Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
153 changes: 0 additions & 153 deletions .cmake-format.py

This file was deleted.

4 changes: 4 additions & 0 deletions .gersemirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
indent: 2
line_length: 80
list_expansion: favour-inlining
warn_about_unknown_commands: false
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ repos:
args: [--autofix, --no-sort-keys]
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13
- repo: https://github.com/BlankSpruce/gersemi
rev: 0.23.2
hooks:
- id: cmake-format
- id: gersemi
- repo: https://github.com/doublify/pre-commit-clang-format
rev: 62302476d0da01515660132d76902359bed0f782
hooks:
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ project(
VERSION 0.0.1
DESCRIPTION "Tool configuration template"
HOMEPAGE_URL https://github.com/b1ackviking/cpp-project-template
LANGUAGES CXX)
LANGUAGES CXX
)

include(cmake/defaults.cmake)
include(FindThreads)
Expand Down
Loading
Loading