Skip to content

Commit

Permalink
Build: simplify and correct .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Feb 11, 2016
1 parent a2f63ff commit 43a0b5e
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,14 @@

root = true


[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# Tabs in JS unless otherwise specified
[**.js]
indent_style = tab

[test/**.xml]
indent_style = tab

[test/**.php]
indent_style = tab
[package.json]
indent_style = space
indent_size = 2

[test/**.html]
indent_style = tab

[test/**.css]
indent_style = tab

0 comments on commit 43a0b5e

Please sign in to comment.