1
0
Fork 0
gnome-system-monitor/.editorconfig
Daniel Baumann f92ba00cb1
Adding upstream version 48.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:03:59 +02:00

22 lines
336 B
INI

root = true
# Basic options that are true for most files.
[{*.{c,h,cpp,py,md,yml},meson.build}]
insert_final_newline = true
charset = utf-8
[*.{c,h,cpp}]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4
[meson.build]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2