nzambello.dev/.editorConfig

13 lines
241 B
Plaintext
Raw Normal View History

2023-06-10 12:23:30 +02: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,*.astro}]
indent_size = 2