Browse Source

Reformat the .clang-format files

These files are YAML, changes to a more idiomatic YAML syntax
pull/681/head
Anders Jenbo 6 years ago
parent
commit
312168d4c1
  1. 20
      .clang-format
  2. 18
      Source/.clang-format

20
.clang-format

@ -1,11 +1,9 @@
{
BasedOnStyle: webkit,
AlignTrailingComments: true,
AllowShortBlocksOnASingleLine: true,
AllowShortFunctionsOnASingleLine: None,
PointerAlignment: Right,
AlignConsecutiveAssignments: true,
TabWidth: 4,
UseTab: ForIndentation,
SortIncludes: false,
}
BasedOnStyle: webkit
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: None
PointerAlignment: Right
AlignConsecutiveAssignments: true
TabWidth: 4
UseTab: ForIndentation
SortIncludes: false

18
Source/.clang-format

@ -1,10 +1,8 @@
{
BasedOnStyle: webkit,
AlignTrailingComments: true,
AllowShortBlocksOnASingleLine: true,
AllowShortFunctionsOnASingleLine: None,
PointerAlignment: Right,
TabWidth: 4,
UseTab: ForIndentation,
SortIncludes: false,
}
BasedOnStyle: webkit
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: None
PointerAlignment: Right
TabWidth: 4
UseTab: ForIndentation
SortIncludes: false

Loading…
Cancel
Save