Skip to content

Commit

Permalink
Update format_code.sh (OpenAtomFoundation#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqian1990 authored May 17, 2023
1 parent 99bd291 commit 9420c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format_code.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

find include src pika-tools -regex '.*\.\(cpp\|hpp\|c\|h\|cc\)' | xargs clang-format -i
find include src tools -regex '.*\.\(cpp\|hpp\|c\|h\|cc\)' | xargs clang-format -i


# If you want to automatically format your code before git commit
Expand Down

0 comments on commit 9420c1b

Please sign in to comment.