surfingkeys-conf/.editorconfig

19 lines
264 B
INI
Raw Permalink Normal View History

2017-11-17 14:24:39 +00:00
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.js]
indent_style = space
indent_size = 2
2018-08-07 01:21:09 +00:00
[*.yml]
indent_style = space
indent_size = 4