aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: fd94d272cf2123ca2d19c68ac9587d3d7f9fdc81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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']