Skip to content

Commit

Permalink
Merge pull request #9 from emrekovanci/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
emrekovanci committed Apr 29, 2024
2 parents 88570f5 + 5b96274 commit c9c3c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Checks: >
*,
-altera-*,
-cert-dcl16-c,
-cppcoreguidelines-avoid-magic-numbers,
-fuchsia-*,
fuchsia-multiple-inheritance,
Expand Down
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 c9c3c2b

Please sign in to comment.