2018-02-21 19:43:58 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
|
2019-09-01 12:43:05 +02:00
|
|
|
[*.{c,cc,h,hh,rl}]
|
2018-02-21 19:43:58 +01:00
|
|
|
tab_width = 8
|
2019-03-02 00:54:49 +01:00
|
|
|
indent_size = 2
|
2019-04-23 10:10:29 +02:00
|
|
|
indent_style = tab # should be space
|
2018-02-21 19:43:58 +01:00
|
|
|
|
|
|
|
[*.{py,sh}]
|
|
|
|
indent_style = tab
|
|
|
|
|
2018-03-30 19:55:35 +02:00
|
|
|
[{Makefile.am,Makefile.sources,configure.ac}]
|
|
|
|
tab_width = 8
|
|
|
|
|
2020-03-12 12:23:26 +01:00
|
|
|
[{meson.build,meson_options.txt}]
|
2020-03-24 15:45:09 +01:00
|
|
|
tab_width = 8
|
2020-03-12 12:23:26 +01:00
|
|
|
indent_style = space
|
2018-02-21 19:43:58 +01:00
|
|
|
indent_size = 2
|