Skip to content
Permalink
Browse files

chore(.editorconfig): add .editorconfig file

Closes #8278
  • Loading branch information
treyhunner authored and IgorMinar committed Jul 21, 2014
1 parent 0209b2e commit f6f469e9090ee6cee2a4079b6573d38836661f70
Showing with 21 additions and 0 deletions.
  1. +21 −0 .editorconfig
@@ -0,0 +1,21 @@
# http://editorconfig.org

root = true

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

[src/ngLocale/**]
insert_final_newline = false

[dropdown-toggle.js]
trim_trailing_whitespace = false
insert_final_newline = false

[htmlparser.js]
insert_final_newline = false

0 comments on commit f6f469e

Please sign in to comment.
You can’t perform that action at this time.