]> git.ipfire.org Git - thirdparty/libarchive.git/blob - .editorconfig
Change CMAKE_BUILD_TYPE comparison to be case-insensitive (#2130)
[thirdparty/libarchive.git] / .editorconfig
1 # To use this config on you editor, follow the instructions at:
2 # http://editorconfig.org
3
4 root = true
5
6 [*]
7 charset = utf-8
8 indent_style = tab
9 insert_final_newline = true
10 trim_trailing_whitespace = true
11
12 [*.sh]
13 indent_style = space
14 indent_size = 4
15
16 [CMakeLists.txt]
17 indent_style = space
18 indent_size = 2