Skip to content

Commit

Permalink
Add .git-blame-ignore-revs so git blame does not get diluted from f…
Browse files Browse the repository at this point in the history
…ormatting commits
  • Loading branch information
lkastner committed Apr 11, 2024
1 parent f1196ba commit 1be61d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ran JuliaFormatter on most of src/PolyhedralGeometry
ab444bbc46b5493588b2c3217ed35d86396d1260
3 changes: 3 additions & 0 deletions etc/test_formatting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ using JuliaFormatter
# . However, currently too many files have broken formatting and since there
# are many ongoing pull requests, we will need to extend proper formatting to
# the entire codebase in a step by step fashion.
#
# In case you format some code, also add the commit hash to
# .git-blame-ignore-revs for `git blame` to ignore these commits.


file = @__FILE__
Expand Down

0 comments on commit 1be61d8

Please sign in to comment.