Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Jan 9, 2020
1 parent 584839c commit 613048d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# editorconfig.org
root = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,yml,md,babelrc,eslintrc,remarkrc}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.{js}]
indent_style = space
indent_size = 4
indent_size = 4
trim_trailing_whitespace = true

0 comments on commit 613048d

Please sign in to comment.