Browse Source

Reformat the .clang-format files

These files are YAML, changes to a more idiomatic YAML syntax
pull/681/head
Gleb Mazovetskiy 6 years ago committed by Anders Jenbo
parent
commit
d065202ff2
  1. 18
      SourceS/.clang-format
  2. 22
      SourceX/.clang-format

18
SourceS/.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

22
SourceX/.clang-format

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

Loading…
Cancel
Save