We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3ca3f commit 93abc6aCopy full SHA for 93abc6a
paper/generator/generator.sh
@@ -11,7 +11,7 @@ function process_file() {
11
local build_dir="$1" ; shift
12
cp $generator_script_dir/../../$file $build_dir
13
local file_copy=$build_dir/${file##*/}
14
- clang-format-20 -i -style=file $file_copy
+ clang-format-21 -i -style=file $file_copy
15
$generator_script_dir/post_clang_format.py $file_copy > ${file_copy}.md
16
rm $file_copy
17
}
0 commit comments