Dist/Tizen: Fix build failures when .gitmodules is not supported
[platform/upstream/dldt.git] / .editorconfig
1 root = true
2
3 [*]
4 end_of_line = lf
5 indent_size = 4
6 indent_style = space
7 insert_final_newline = true
8 trim_trailing_whitespace = true
9
10 # 4 space indentation
11 #[*.py]
12 #indent_style = space
13 #indent_size = 4
14
15 #[{CMakeLists.txt,*.cmake}]
16 #indent_style = space
17 #indent_size = 4
18
19 #[*.{c,cpp,h,hpp}]
20 #indent_style = space
21 #indent_size = 4