Browse Source

Stop clang_format from breaking compiling

pull/189/head^2
Anders Jenbo 7 years ago
parent
commit
94f7b179e2
  1. 13
      .clang-format
  2. 1
      Source/.clang-format

13
.clang-format

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

1
Source/.clang-format

@ -6,4 +6,5 @@
PointerAlignment: Right,
TabWidth: 4,
UseTab: ForIndentation,
SortIncludes: false,
}

Loading…
Cancel
Save