Skip to content

Commit

Permalink
Adjust editorconfig with indent sizes
Browse files Browse the repository at this point in the history
This fixes .editorconfig for js, html, and json files. Anyone who uses
it won't have to fiddle with their editors.
  • Loading branch information
willkg committed Feb 1, 2019
1 parent ce99bcf commit b53f92f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Expand Up @@ -11,8 +11,17 @@ insert_final_newline = true
[Makefile]
indent_style = tab

[*.html]
indent_size = 2

[*.json]
indent_size = 2

[*.yml]
indent_size = 2

[*.py]
max_line_length = 100

[*.js]
indent_size = 2

0 comments on commit b53f92f

Please sign in to comment.