Tim Allen

Software Reverse Engineer

.clangformat's I have known

.clangformat

BasedOnStyle: LLVM
UseTab: ForIndentation
ColumnLimit: 160
IndentWidth: 1
TabWidth: 1
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2

ca June 2018

Language: Cpp
UseTab: ForContinuationAndIndentation
ColumnLimit: 200
IndentWidth: 4
TabWidth: 4
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortFunctionsOnASingleLine: InlineOnly
BraceWrapping:
  AfterFunction:   false