]> git.ipfire.org Git - thirdparty/ccache.git/blob - .editorconfig
fix: Use MSVC logic for clang-cl when handling precompiled header (#1365)
[thirdparty/ccache.git] / .editorconfig
1 root = true
2
3 [*]
4 end_of_line = lf
5 insert_final_newline = true
6 charset = utf-8
7
8 [*.{c,cpp,h,hpp}]
9 indent_style = space
10 indent_size = 2
11
12 [*.{bash,py,sh}]
13 indent_style = space
14 indent_size = 4
15
16 [Makefile]
17 indent_style = tab