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