Skip to content

Commit

Permalink
[INTERNAL] Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jun 6, 2018
1 parent c82dc4e commit 1f66211
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ root = true

[*]
charset = utf-8
indent_style = tab

[*.{css,html,js,json,less,txt}]
[*.{css,html,js,less,txt,json,yml,md}]
trim_trailing_whitespace = true
end_of_line = lf
tab_width = 4
indent_size = 4
insert_final_newline = true

[*.yml}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit 1f66211

Please sign in to comment.