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
BasedOnStyle: webkit, AlignTrailingComments: true
AlignTrailingComments: true, AllowShortBlocksOnASingleLine: true
AllowShortBlocksOnASingleLine: true, AllowShortFunctionsOnASingleLine: None
AllowShortFunctionsOnASingleLine: None, PointerAlignment: Right
PointerAlignment: Right, TabWidth: 4
TabWidth: 4, UseTab: ForIndentation
UseTab: ForIndentation, SortIncludes: false
SortIncludes: false,
}

22
SourceX/.clang-format

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

Loading…
Cancel
Save