Skip to content

Commit

Permalink
add .jade to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Dec 30, 2013
1 parent 31f3e11 commit 2b26626
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ root = true


[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2

Expand All @@ -19,3 +17,6 @@ insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.jade]
trim_trailing_whitespace = false

0 comments on commit 2b26626

Please sign in to comment.