mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 22:59:16 +02:00
Merge branch 'editorconfig' into 'main'
docs: Add .editorconfig file See merge request GNOME/glib!2191
This commit is contained in:
commit
40f995e0aa
17
.editorconfig
Normal file
17
.editorconfig
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
|
[*.[ch]]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
insert_final_newline = true
|
||||||
|
# For the legacy tabs which still exist in the code:
|
||||||
|
tab_width = 8
|
||||||
|
|
||||||
|
[meson.build]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user