packagekit/.editorconfig

28 lines
349 B
INI
Raw Permalink Normal View History

2022-01-30 13:51:10 -08:00
# See https://editorconfig.org/
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8
[*.{c,h}]
indent_style = tab
indent_size = 8
[*.cpp]
indent_style = space
indent_size = 4
[*.sh]
indent_style = space
indent_size = 4
[*.xml]
indent_style = space
indent_size = 4
[meson.build]
indent_style = space
indent_size = 4