cc-haxe/.editorconfig

20 lines
272 B
INI
Raw Normal View History

2022-02-21 14:35:32 +00:00
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
2022-02-24 18:47:27 +00:00
tab_width = 4
2022-02-21 14:35:32 +00:00
[*.hx]
indent_style = tab
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[package.json]
indent_style = space
indent_size = 2