File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- # # This config file is only relevant for clang-format version 19.1.4
1+ # # This config file is only relevant for clang-format version 19.1.7
22# #
33# # Examples of each format style can be found on the in the clang-format documentation
44# # See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details of each option
1010# # maintaining a consistent code style.
1111# #
1212# # EXAMPLE apply code style enforcement before commit:
13- # Utilities/Maintenance/clang-format.bash --clang ${PATH_TO_CLANG_FORMAT_19.1.4 } --modified
13+ # Utilities/Maintenance/clang-format.bash --clang ${PATH_TO_CLANG_FORMAT_19.1.7 } --modified
1414# # EXAMPLE apply code style enforcement after commit:
15- # Utilities/Maintenance/clang-format.bash --clang ${PATH_TO_CLANG_FORMAT_19.1.4 } --last
15+ # Utilities/Maintenance/clang-format.bash --clang ${PATH_TO_CLANG_FORMAT_19.1.7 } --last
1616---
17- # This configuration requires clang-format version 19.1.4 exactly.
17+ # This configuration requires clang-format version 19.1.7 exactly.
1818Language : Cpp
1919AccessModifierOffset : -2
2020AlignAfterOpenBracket : Align
@@ -297,6 +297,7 @@ StatementMacros:
297297 - ITK_CLANG_PRAGMA_PUSH
298298 - ITK_CLANG_PRAGMA_POP
299299 - ITK_CLANG_SUPPRESS_Wzero_as_null_pointer_constant
300+ - ITK_CLANG_SUPPRESS_Wduplicate_enum
300301 - CLANG_PRAGMA_PUSH
301302 - CLANG_PRAGMA_POP
302303 - CLANG_SUPPRESS_Wfloat_equal
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v4
11- with :
12- fetch-depth : 1
13- - uses : InsightSoftwareConsortium/ITKClangFormatLinterAction@master
10+ - uses : actions/checkout@v5
11+
12+ - uses : InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1413 with :
15- itk-branch : master
14+ itk-branch : main
You can’t perform that action at this time.
0 commit comments