Skip to content

Commit

Permalink
Update file paths to format
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 4, 2024
1 parent 5185c9f commit 9abee2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/format.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace :format do
"Rakefile",
"lib/**/*.rb",
"ext/**/*.rb",
"tasks/**/*.rake",
"rakelib/**/*.rake",
"packages/**/*.rb"
]
)
Expand All @@ -19,7 +19,7 @@ namespace :format do
end

task :c do
sh "find ./ext -iname *.h -o -iname *.c | xargs clang-format -i"
sh "find packages/gems/ ext/ -iname *.h -o -iname *.c | xargs clang-format -i"
end
end

Expand Down

0 comments on commit 9abee2c

Please sign in to comment.