We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b2921 commit 16f024fCopy full SHA for 16f024f
index.rst
@@ -212,7 +212,10 @@ filesystem directory.
212
Files are read top to bottom and the most recent rules found take
213
precedence. If multiple EditorConfig files have matching sections, the rules
214
from the closer EditorConfig file are read last, so pairs in closer
215
-files take precedence.
+files take precedence. Thus, in case a given file matches multiple sections
216
+within a single ``.editorconfig`` file, the rules defined in the section that
217
+comes later in the ``.editorconfig`` file take precedence over rules defined
218
+in the section that comes earlier in the same ``.editorconfig`` file.
219
220
Capitalization of the File Name
221
-------------------------------
0 commit comments