File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,16 @@ and the supported values associated with them:
312
312
- Must be specified in the preamble. Set to ``true `` to tell the core
313
313
not to check any higher directory for EditorConfig settings for on the
314
314
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.
315
325
316
326
For any pair, a value of ``unset `` removes the effect of that
317
327
pair, even if it has been set before. For example, add ``indent_size =
You can’t perform that action at this time.
0 commit comments