File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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
2
2
# #
3
3
# # Examples of each format style can be found on the in the clang-format documentation
4
4
# # See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details of each option
10
10
# # maintaining a consistent code style.
11
11
# #
12
12
# # 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
14
14
# # 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
16
16
---
17
- # This configuration requires clang-format version 19.1.4 exactly.
17
+ # This configuration requires clang-format version 19.1.7 exactly.
18
18
Language : Cpp
19
19
AccessModifierOffset : -2
20
20
AlignAfterOpenBracket : Align
You can’t perform that action at this time.
0 commit comments