Skip to content

Commit

Permalink
Add CMake to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyOldName3 committed Apr 22, 2023
1 parent 44ed3be commit 9ccd5c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ insert_final_newline = true
[*.{glsl,vert,tesc,tese,geom,frag,comp}]
indent_style = space
indent_size = 4
insert_final_newline = true
insert_final_newline = true

[{CMakeLists.txt,*.cmake}]
indent_style = space
indent_size = 4
insert_final_newline = true

0 comments on commit 9ccd5c8

Please sign in to comment.