tskredens/.editorconfig

14 lines
185 B
INI
Raw Permalink Normal View History

2019-10-06 20:58:13 +02:00
root = true
[*]
indent_style = space
indent_size = 2
2019-10-06 20:58:13 +02:00
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.{js,ts}]
indent_size = 2
[*.pug]
indent_size = 2