Skip to content

Commit a2cbdf6

Browse files
committed
Clarify .editorconfig should be lower-cased
See - editorconfig/specification#70 - editorconfig/editorconfig#523
1 parent bf80363 commit a2cbdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h3>Example file</h3>
6363
<section id="file-location">
6464
<h3>Where are these files stored?</h3>
6565

66-
<p>When opening a file, EditorConfig plugins look for a file named <code>.editorconfig</code> in the directory of the opened file and in every parent directory. A search for <code>.editorconfig</code> files will stop if the root filepath is reached or an EditorConfig file with <code>root=true</code> is found.</p>
66+
<p>When opening a file, EditorConfig plugins look for a file named <code>.editorconfig</code> (all lowercase) in the directory of the opened file and in every parent directory. A search for <code>.editorconfig</code> files will stop if the root filepath is reached or an EditorConfig file with <code>root=true</code> is found.</p>
6767

6868
<p>EditorConfig files are read top to bottom and the most recent rules found take precedence. Properties from matching EditorConfig sections are applied in the order they were read, so properties in closer files take precedence.</p>
6969

0 commit comments

Comments
 (0)