]> git.ipfire.org Git - thirdparty/libarchive.git/blame - .editorconfig
[Windows] Ignore files generated by Visual Studio with CMake (#2120)
[thirdparty/libarchive.git] / .editorconfig
CommitLineData
d2a16632
EV
1# To use this config on you editor, follow the instructions at:
2# http://editorconfig.org
3
4root = true
5
6[*]
7charset = utf-8
8indent_style = tab
9insert_final_newline = true
10trim_trailing_whitespace = true
11
12[*.sh]
13indent_style = space
14indent_size = 4
15
16[CMakeLists.txt]
17indent_style = space
18indent_size = 2