Skip to content

Commit

Permalink
Revert "Code style enforcing (#69)"
Browse files Browse the repository at this point in the history
This reverts commit fcbda57.
  • Loading branch information
marenz2569 committed Dec 5, 2024
1 parent fcbda57 commit 3405dbe
Show file tree
Hide file tree
Showing 107 changed files with 8,273 additions and 9,618 deletions.
7 changes: 0 additions & 7 deletions .clang-format

This file was deleted.

64 changes: 0 additions & 64 deletions .clang-tidy

This file was deleted.

1 change: 0 additions & 1 deletion .git-blame-ignore-revs

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/clang-format.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/clang-tidy.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run: |
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/.ghcup
- name: Install g++-9 (if needed)
if: matrix.compiler == 'g++-9'
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ result*
*.swp
*.swo
build*/
.cache/
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cmake_minimum_required(VERSION 3.22)
project(FIRESTARTER)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

include(cmake/GitSubmoduleUpdate.cmake)

# set FIRESTARTER version
Expand Down
78 changes: 0 additions & 78 deletions include/firestarter/AlignedAlloc.hpp

This file was deleted.

124 changes: 0 additions & 124 deletions include/firestarter/Config.hpp

This file was deleted.

Loading

0 comments on commit 3405dbe

Please sign in to comment.