emigrate/.editorconfig
2023-11-08 11:41:05 +01:00

14 lines
214 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{ts,js,tsx,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2