Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
franneck94 committed Nov 2, 2023
1 parent a07c026 commit 2a0d480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ repos:
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.5
hooks:
- id: clang-format
args: ['-i']
- id: clang-tidy

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v16.0.2'
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"*.md": "vscode.markdown.preview.editor",
"*.svg": "svgPreviewer.customEditor"
},
"workbench.editor.untitled.hint": "hidden",
"git.enableSmartCommit": true,
"git.autofetch": true,
"git.confirmSync": false,
Expand Down Expand Up @@ -150,5 +149,6 @@
"C_Cpp_Runner.cppStandard": "c++20",
"C_Cpp_Runner.cStandard": "c11",
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false
"C_Cpp_Runner.warningsAsError": false,
"workbench.editor.empty.hint": "hidden"
}
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ add_subdirectory(tests)

install(
TARGETS ${EXECUTABLE_NAME}
EXPORT ${LIBRARY_NAME}
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)
Expand Down

0 comments on commit 2a0d480

Please sign in to comment.