Skip to content

Commit d356abc

Browse files
Update .clang-format for YAML 1.2.
YAML 1.2 seems to have removed some implicit typing rules, such as treating Yes as true.
1 parent 446580a commit d356abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
BasedOnStyle: LLVM
2-
AlwaysBreakTemplateDeclarations: Yes
2+
AlwaysBreakTemplateDeclarations: true

0 commit comments

Comments
 (0)