Skip to content

Commit

Permalink
update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci committed Apr 28, 2024
1 parent 7b30574 commit 5b96274
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space

[*{c,cpp,cxx,h,hpp,hxx,cmake}]
indent_style = space
indent_size = 4

[CMakeLists.txt]
indent_style = space
indent_size = 4

[*.yml]
Expand Down

0 comments on commit 5b96274

Please sign in to comment.