mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-31 01:15:17 +01:00
.editorconfig: Update CMake style
Our CMakeLists.txt and CMake files primarly use two spaces for indenting, and from what I've seen we enforce a final newline during PR reviews.
This commit is contained in:
@@ -11,7 +11,8 @@ insert_final_newline = true
|
|||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|
||||||
[{CMakeLists.txt,*.cmake}]
|
[{CMakeLists.txt,*.cmake}]
|
||||||
indent_style = tab
|
indent_style = space
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
[.editorconfig]
|
[.editorconfig]
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|||||||
Reference in New Issue
Block a user