Skip to content

Commit

Permalink
Merge pull request #59 from dawnbeen/lfs
Browse files Browse the repository at this point in the history
Added clang-format executables to lfs
  • Loading branch information
cacharle committed Aug 28, 2023
2 parents 5784dae + ae84da0 commit 65bc729
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
c_formatter_42/data/clang-format-darwin filter=lfs diff=lfs merge=lfs -text
c_formatter_42/data/clang-format-linux filter=lfs diff=lfs merge=lfs -text
c_formatter_42/data/clang-format-win32.exe filter=lfs diff=lfs merge=lfs -text
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dist/
build/
docs/build/
.coverage
venv
/.venv
/debug
/.vimspector.json

.vscode
Binary file modified c_formatter_42/data/clang-format-darwin
Binary file not shown.
Binary file modified c_formatter_42/data/clang-format-linux
Binary file not shown.
Binary file modified c_formatter_42/data/clang-format-win32.exe
Binary file not shown.

0 comments on commit 65bc729

Please sign in to comment.