mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
14 lines
367 B
Text
14 lines
367 B
Text
|
|
AlignAfterOpenBracket: Align
|
||
|
|
AlignTrailingComments: false
|
||
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
||
|
|
BreakBeforeBraces: Linux
|
||
|
|
ColumnLimit: 120
|
||
|
|
ContinuationIndentWidth: 8
|
||
|
|
ForEachMacros: [wl_list_for_each, wl_list_for_each_safe, wl_list_for_each_reverse]
|
||
|
|
IndentWidth: 8
|
||
|
|
ReflowComments: true
|
||
|
|
SortIncludes: true
|
||
|
|
SpaceAfterCStyleCast: true
|
||
|
|
TabWidth: 8
|
||
|
|
UseTab: Always
|