Notes/.editorconfig

17 lines
231 B
INI
Raw Normal View History

2019-08-31 20:48:37 +03:00
root = true
[*]
indent_style = tab
tab_width = 4
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
2019-10-03 19:08:20 +03:00
insert_final_newline = true
2023-02-06 19:35:50 +01:00
[*.{js,jsx,ts}]
quote_type = single
[package.json]
indent_style = space
tab_width = 4