woocommerce/.editorconfig

23 lines
330 B
INI
Raw Normal View History

2013-08-25 19:11:19 +00:00
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
tab_width = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
2014-07-30 19:09:01 +00:00
[*.md]
trim_trailing_whitespace = false
[*.txt]
trim_trailing_whitespace = false
[*.json]
insert_final_newline = false
indent_size = 2
tab_width = 2