walk-up-alarm/.editorConfig

13 lines
233 B
Plaintext
Raw Normal View History

[*]
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[{*.css,*.scss,*.less,*.overrides,*.variables}]
indent_size = 4
2021-12-13 20:08:36 +01:00
[{*.js,*.json,*.ts,*.tsx,*.jsx}]
indent_size = 2