Skip to content

Commit 56a104e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>What's an EditorConfig file look like?</h2>
1919

2020
<section id="example-file">
2121
<h3>Example file</h3>
22-
<p>Below is an example <code>.editorconfig</code> file setting end-of-line and indentation styles for Python and JavaScript files.</p>
22+
<p>Below is an example <code>.editorconfig</code> (filename all lowercase) file setting end-of-line and indentation styles for Python and JavaScript files.</p>
2323
<div class="code-container">
2424
{% highlight ini %}
2525
# EditorConfig is awesome: https://editorconfig.org

0 commit comments

Comments
 (0)