blob: 10fbcc3764e2e5c507ce85abf172050c28df20f8 [file] [log] [blame]
Davide Pesavento63cac4c2025-02-17 17:00:35 -05001root = true
2
3[*]
4charset = utf-8
5end_of_line = lf
6insert_final_newline = true
7
8[{*.sh,Vagrantfile}]
9indent_style = space
10indent_size = 2
11trim_trailing_whitespace = true
12
13[*.py]
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
29trim_trailing_whitespace = true