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.
16 lines
219 B
INI
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
|