watchexec/.editorconfig

23 lines
266 B
INI
Raw Normal View History

2019-10-27 12:31:41 +01:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.toml]
indent_size = 2
[*.yml]
indent_size = 2
[*.wat]
indent_size = 2
[*.md]
indent_style = space
indent_size = 3