From f3f9802bfc82deb82d3f984a908624997373caf1 Mon Sep 17 00:00:00 2001 From: mipo256 Date: Mon, 2 Jun 2025 10:26:37 +0300 Subject: [PATCH] Introduced the project_icon key --- index.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.rst b/index.rst index 5be5785..4e34a29 100644 --- a/index.rst +++ b/index.rst @@ -312,6 +312,16 @@ and the supported values associated with them: - Must be specified in the preamble. Set to ``true`` to tell the core not to check any higher directory for EditorConfig settings for on the current filename. The value is case-insensitive. + * - ``project_icon.`` + - Specifies the icon of the project to be used in the Editor. Can only be + specified in root EditorConfig files (``root=true``). Optionally, the target + Editor's Theme can be specified in the key after period sign. If the Theme is + specified in the pair's key, the Editor shall use the specified icon only when + the corresponding Theme is active. + + The value must be either the absolute or relative path to the icon file. The relative path + is assumed to be relative to the directory, that hosts this root EditorConfig file. + The image file format and resolution are not specified. For any pair, a value of ``unset`` removes the effect of that pair, even if it has been set before. For example, add ``indent_size =