mit-license/.editorconfig
Richie Bendall a88b22819f
feat: Enforce 2 spaces and swap IntelliJ for VSCode in gitignore
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2019-06-20 20:44:28 +12:00

14 lines
208 B
INI

# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false