phosh-media-player/.editorconfig
Guido Günther 6db441683d example: Add example Vala quick setting plugin
Add a simple example future plugins can be based on together
with the needed build files and ci.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
2025-06-07 11:55:03 +02:00

36 lines
485 B
INI

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