TypeScript/.editorconfig
2014-10-25 01:27:02 -05:00

17 lines
221 B
INI

# http://editorconfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_size = 2
[*.yml]
indent_size = 2