Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>What's an EditorConfig file look like?</h2>
<section id="example-file">
<h3>Example file</h3>
<p>Below is an example <code>.editorconfig</code> file setting end-of-line and indentation styles for Python and JavaScript files.</p>
<div class="code-container">
<div class="code-container">
{% highlight ini %}
# EditorConfig is awesome: https://EditorConfig.org

Expand Down Expand Up @@ -56,7 +56,7 @@ <h3>Example file</h3>
indent_style = space
indent_size = 2
{% endhighlight %}
</div>
</div>
<p>Check the Wiki for some real-world examples of <a href="https://github.com/editorconfig/editorconfig/wiki/Projects-Using-EditorConfig">projects using EditorConfig files</a>.</p>
</section>

Expand Down