Skip to content

Commit

Permalink
Merge pull request #5 from emrekovanci/develop
Browse files Browse the repository at this point in the history
update editorconfig
  • Loading branch information
emrekovanci authored Apr 19, 2024
2 parents 77e82a5 + 21c4ba9 commit 1ed0c5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true

[*{c,cpp,cxx,h,hpp,hxx,cmake}]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[CMakeLists.txt]
charset = utf-8
indent_style = space
indent_size = 4
Expand Down

0 comments on commit 1ed0c5a

Please sign in to comment.