13 lines
331 B
YAML
13 lines
331 B
YAML
BasedOnStyle: LLVM
|
|
ColumnLimit: 80
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForContinuationAndIndentation
|
|
AlwaysBreakAfterReturnType: AllDefinitions
|
|
BreakBeforeBraces: Linux
|
|
SpaceAfterCStyleCast: true
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignOperands: DontAlign
|
|
SpacesBeforeTrailingComments: 2
|
|
WhitespaceSensitiveMacros: ['G_DEFINE_QUARK']
|