work-timer/.editorConfig

12 lines
232 B
Plaintext
Raw Permalink Normal View History

2023-02-14 10:07:37 +01:00
[*]
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
[{*.js,*.jsx,*.json,*.ts,*.tsx}]
indent_size = 2