Files
DefinitelyTyped/.editorconfig
Daniel Rosenwasser 70d71f7c5e Update .editorconfig
2019-01-15 15:47:23 -08:00

10 lines
148 B
INI

root = true
[*]
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[{*.json,*.yml,*.ts,*.tsx,*.md}]
indent_style = space