Skip to content

Commit

Permalink
full set of default indentation for the file types we are using.
Browse files Browse the repository at this point in the history
  • Loading branch information
agilliland committed Mar 12, 2015
1 parent d47c31d commit 4edbd1a
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 @@ -12,8 +12,14 @@ trim_trailing_whitespace = true
[Makefile]
indent_style = tab

[*.js]
indent_size = 4
[*.clj]
indent_size = 2

[*.css]
indent_size = 2

[*.html]
indent_size = 4

[*.js]
indent_size = 4

0 comments on commit 4edbd1a

Please sign in to comment.