mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 15:19:09 +00:00
Add `.editorconfig`s, to help maintain a consistent coding style. Also apply the new style to existing files.
7 lines
224 B
INI
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
|