CMake: bump the minimal required version to 3.5
[libftdi] / .editorconfig
CommitLineData
b006371d
YY
1root = true
2
3[*]
4end_of_line = lf
5trim_trailing_whitespace = true
6insert_final_newline = false
7
8[{CMakeLists.txt,*.cmake}]
9indent_style = space
10indent_size = 2
11tab_width = 2
12
13[{*.c,*.h}]
14indent_style = space
15indent_size = 4
16tab_width = 4