Skip to content

Commit

Permalink
Update .clang-format for YAML 1.2.
Browse files Browse the repository at this point in the history
YAML 1.2 seems to have removed some implicit typing rules, such
as treating Yes as true.
  • Loading branch information
varungandhi-apple committed Jun 1, 2021
1 parent 446580a commit d356abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
BasedOnStyle: LLVM
AlwaysBreakTemplateDeclarations: Yes
AlwaysBreakTemplateDeclarations: true

0 comments on commit d356abc

Please sign in to comment.