Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Update EditorConfig configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nDmitry committed Oct 25, 2014
1 parent 5eeed87 commit dbbbfdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -9,3 +9,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.jade]
indent_size = 2
2 changes: 1 addition & 1 deletion app/templates/editorconfig
Expand Up @@ -10,5 +10,5 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.scss]
[{*.scss,*.css,*.jade,*.html}]
indent_size = 2

0 comments on commit dbbbfdb

Please sign in to comment.