2021-05-27 21:07:40 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
2021-08-09 19:32:53 +02:00
|
|
|
|
|
|
|
[meson.build]
|
|
|
|
indent_size = 4
|
2024-12-25 13:18:23 +01:00
|
|
|
|
|
|
|
[Makefile.*]
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = tab
|