13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
|
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']
|