Top-Bar-Organizer/.editorconfig
Julian Schacher 2f0ecddfc8
Other: Add .editorconfigs
Add `.editorconfig`s, to help maintain a consistent coding style.
Also apply the new style to existing files.
2021-05-16 20:05:58 +02:00

16 lines
219 B
INI

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