std/.editorconfig

10 lines
163 B
INI
Raw Normal View History

2019-01-26 18:17:34 +00:00
root = true
[*.{ts,js,yml,mjs}]
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