Skip to content

Commit f3f9802

Browse files
committed
Introduced the project_icon key
1 parent 8300175 commit f3f9802

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,16 @@ and the supported values associated with them:
312312
- Must be specified in the preamble. Set to ``true`` to tell the core
313313
not to check any higher directory for EditorConfig settings for on the
314314
current filename. The value is case-insensitive.
315+
* - ``project_icon.<THEME>``
316+
- Specifies the icon of the project to be used in the Editor. Can only be
317+
specified in root EditorConfig files (``root=true``). Optionally, the target
318+
Editor's Theme can be specified in the key after period sign. If the Theme is
319+
specified in the pair's key, the Editor shall use the specified icon only when
320+
the corresponding Theme is active.
321+
322+
The value must be either the absolute or relative path to the icon file. The relative path
323+
is assumed to be relative to the directory, that hosts this root EditorConfig file.
324+
The image file format and resolution are not specified.
315325

316326
For any pair, a value of ``unset`` removes the effect of that
317327
pair, even if it has been set before. For example, add ``indent_size =

0 commit comments

Comments
 (0)