std/.editorconfig

15 lines
233 B
INI
Raw Permalink Normal View History

2019-01-26 18:17:34 +00:00
root = true
2022-02-28 11:55:56 +00:00
[*.ts,*.js]
charset = utf-8
2019-01-03 22:37:49 +00:00
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2019-01-03 22:37:49 +00:00
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
trim_trailing_whitespace = true
2019-01-03 22:37:49 +00:00
indent_size = 2