Top-Bar-Organizer/docs/.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

7 lines
224 B
INI

# Unset rules for `.js` files in this directory, since they might come from
# external sources and therefore shouldn't be affected by this repos
# `.editorconfig`.
[*.js]
indent_size = unset
trim_trailing_whitespace = unset