Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhelmprytz committed May 6, 2024
1 parent a8d3e64 commit 8b28be5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Stroustrup
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Install clang-format
run: sudo apt-get install -y clang-format
- name: run check-format.sh
run: ./check-format.sh
run: ./check_format.sh
File renamed without changes.
Empty file modified fix_format.sh
100644 → 100755
Empty file.

0 comments on commit 8b28be5

Please sign in to comment.