Logo
Explore Help
Sign In
luc14n0/glib
1
0
Fork 0
You've already forked glib
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-06-07 05:10:08 +02:00
Code Issues Packages Projects Releases Wiki Activity
glib/.editorconfig

18 lines
245 B
INI
Raw Normal View History

docs: Add .editorconfig file This should ensure that all editors which support https://editorconfig.org/ use 2-space indentation with spaces (not tabs) by default. This isn’t a full specification of the GLib coding style (see https://gitlab.gnome.org/GNOME/gtk/blob/HEAD/docs/CODING-STYLE.md for that), but is a correct subset of it. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2021-07-19 11:43:49 +01:00
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
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 666ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API