Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Add .editorconfig files
Browse files Browse the repository at this point in the history
to make it easier to keep editor settings consistent between developers.
  • Loading branch information
jyasskin committed May 3, 2015
1 parent bb41cba commit 12b9075
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

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

[{*.html,*.xsd,*.yml}]
indent_size = 2
3 changes: 3 additions & 0 deletions js/core/templates/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[*.html]
trim_trailing_whitespace = false
insert_final_newline = false
3 changes: 3 additions & 0 deletions js/w3c/templates/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[*.html]
trim_trailing_whitespace = false
insert_final_newline = false

0 comments on commit 12b9075

Please sign in to comment.