Merge branch 'kurtmckee/support-python-3.12'
[dotbot.git] / .editorconfig
blob624bc0153b500e3b197ee5899608e6b5e882f163
1 root = true
3 [*]
4 charset = utf-8
5 end_of_line = lf
6 insert_final_newline = true
7 indent_style = space
8 trim_trailing_whitespace = true
10 [*.py]
11 indent_size = 4
13 [*.bash]
14 indent_size = 4
16 [*.yml]
17 indent_size = 2