db-vendo-client/.editorconfig

19 lines
292 B
INI
Raw Normal View History

2016-06-22 01:39:04 +02:00
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2016-12-14 00:22:02 +01:00
# Use tabs in JavaScript and JSON.
[**.{js,json}]
2016-06-22 01:39:04 +02:00
indent_style = tab
indent_size = 4
2016-06-28 12:58:31 +02:00
# Use spaces in YAML.
[**.{yml,yaml}]
indent_style = spaces
indent_size = 2