1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-14 09:09:28 +00:00
Purism-Calls/.editorconfig
Evangelos Ribeiro Tzaras 5a4fc20c6f Add editorconfig
2022-05-24 22:30:03 +02:00

30 lines
392 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[meson.build]
indent_size = 2
tab_size = 2
indent_style = space
[*.{c,h,c.in,h.in}]
indent_size = 2
tab_size = 2
indent_style = space
max_line_length = 100
[*.css]
indent_size = 2
tab_size = 2
indent_style = space
[*.{xml,ui}]
indent_size = 2
tab_size = 2
indent_style = space