mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
Docs: make editorconfig for CMake explicit (4-space indents)
This commit is contained in:
parent
ac08598176
commit
df0a98b2a4
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@ charset = utf-8
|
|||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[CMakeLists.txt]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
|
||||
[*.cmake]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{py,cpp,h}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
|
Loading…
Add table
Reference in a new issue