Skip to content

Commit

Permalink
Merge pull request #184 from artichoke/lopopolo-patch-1
Browse files Browse the repository at this point in the history
Update Rakefile
  • Loading branch information
lopopolo committed Feb 24, 2024
2 parents fdf885e + 58a7a58 commit edfc644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ namespace :format do

desc 'Format text, YAML, and Markdown sources with prettier'
task :text do
sh 'npx prettier --write "**/*"'
sh 'npm run fmt'
end

desc 'Format .c and .h sources with clang-format'
task :c do
sh 'npx github:artichoke/clang-format include'
sh 'npm run fmt:c'
end
end

Expand All @@ -67,12 +67,12 @@ namespace :fmt do

desc 'Format text, YAML, and Markdown sources with prettier'
task :text do
sh 'npx prettier --write "**/*"'
sh 'npm run fmt'
end

desc 'Format .c and .h sources with clang-format'
task :c do
sh 'npx github:artichoke/clang-format include'
sh 'npm run fmt:c'
end
end

Expand Down

0 comments on commit edfc644

Please sign in to comment.