blob: f9b3c4db8138edd6ecbe42fed7e25af8395d20f7 [file] [log] [blame]
Davide Pesavento0ecbec02024-02-15 20:00:07 -05001root = true
2
3[*]
4charset = utf-8
5end_of_line = lf
6insert_final_newline = true
7
8[*.{cpp,hpp}]
9indent_style = space
10indent_size = 2
11trim_trailing_whitespace = true
12
13[{*.{py,sh},.jenkins,wscript}]
14indent_style = space
15indent_size = 4
16trim_trailing_whitespace = true
17
18[*.md]
19indent_style = space
20trim_trailing_whitespace = false
21
22[*.rst]
23indent_style = space
24trim_trailing_whitespace = true
25
26[*.{yaml,yml}]
27indent_style = space
28indent_size = 2
Davide Pesavento4b3aa4f2024-04-06 22:00:10 -040029trim_trailing_whitespace = true