mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 19:07:39 +00:00
Add editorconfig
This commit is contained in:
parent
c33cee00e3
commit
5a4fc20c6f
1 changed files with 29 additions and 0 deletions
29
.editorconfig
Normal file
29
.editorconfig
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue