2014-03-25 14:25:26 +00:00
|
|
|
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
2016-03-13 15:42:58 +00:00
|
|
|
[Makefile*]
|
2014-04-23 14:19:29 +00:00
|
|
|
indent_style = tab
|
|
|
|
indent_size = 8
|
|
|
|
|
2016-04-14 17:18:19 +00:00
|
|
|
[Makefile.def]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|
|
|
|
|
2015-03-09 12:20:32 +00:00
|
|
|
[*.{js,css,scss,sass,html,handlebars,tpl}]
|
2014-04-23 14:19:29 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|