Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Fixed editor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob van Mourik committed Apr 9, 2016
1 parent ac9fa34 commit cbca1bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
indent_size = 4

[*.js]
indent_style = space
indent_size = 2
indent_size = 4

[*.hbs]
insert_final_newline = false
indent_style = space
indent_size = 2
indent_size = 4

[*.css]
indent_style = space
indent_size = 2
indent_size = 4

[*.html]
indent_style = space
indent_size = 2
indent_size = 4

[*.{diff,md}]
trim_trailing_whitespace = false

0 comments on commit cbca1bd

Please sign in to comment.