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