gdq-archive/frontend/.editorconfig

12 lines
169 B
INI
Raw Normal View History

2020-08-22 20:25:57 +00:00
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
[*.{js,jsx,ts,tsx}]
end_of_line = lf