Skip to content

Commit

Permalink
Improved editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lcamacho committed Feb 20, 2015
1 parent 831eff9 commit 18f3470
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
[*.py]
indent_style = space
indent_size = 4

[*.js]
indent_style = space
indent_size = 4

[*.css]
indent_style = space
indent_size = 4
root = true

[*.brs]
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 18f3470

Please sign in to comment.