blob: f9b3c4db8138edd6ecbe42fed7e25af8395d20f7 [file] [log] [blame]
Davide Pesavento34263782024-02-15 20:23:53 -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 Pesaventocc02c362024-04-21 16:45:05 -040029trim_trailing_whitespace = true