mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
17 lines
425 B
Text
17 lines
425 B
Text
![]() |
# For more information, see:
|
||
|
#
|
||
|
# https://clang.llvm.org/docs/ClangFormat.html
|
||
|
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||
|
#
|
||
|
---
|
||
|
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AlignConsecutiveAssignments: Consecutive
|
||
|
AlignConsecutiveDeclarations: Consecutive
|
||
|
AlignArrayOfStructures: Left
|
||
|
AlwaysBreakAfterReturnType: AllDefinitions
|
||
|
UseTab: Never
|
||
|
IndentWidth: 2
|
||
|
SpaceBeforeParens: Always
|
||
|
BreakBeforeBraces: GNU
|
||
|
ColumnLimit: 80
|