cc-haxe/.editorconfig

20 lines
272 B
INI

# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
tab_width = 4
[*.hx]
indent_style = tab
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[package.json]
indent_style = space
indent_size = 2