21 lines
275 B
INI
21 lines
275 B
INI
; Top-most EditorConfig file
|
|
root = true
|
|
|
|
; Global settings
|
|
[*]
|
|
end_of_line = LF
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
; C source files
|
|
[*.{h,c}]
|
|
indent_size = 2
|
|
|
|
; CMake
|
|
[CMakeLists.txt]
|
|
indent_size = 4
|
|
|
|
[*.cmake]
|
|
indent_size = 4
|