Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 786 B image not shown  

Quelle  .clang-format   Sprache: unbekannt

 
#
# Configure clang-format to a style that resembles a good subset
# of the GAP kernel.
#
# For information on the settings in this file, please consult
# <https://clang.llvm.org/docs/ClangFormatStyleOptions.html>
# See also <https://clangformat.com/>

AlignConsecutiveDeclarations: true
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackArguments: true
BinPackParameters: false
BreakBeforeBraces: Stroustrup
ColumnLimit: 78
Cpp11BracedListStyle: false
IndentCaseLabels: false
IndentWidth: 4
MaxEmptyLinesToKeep: 2
PointerBindsToType: Middle
SpacesBeforeTrailingComments: 4
UseTab: Never
SortIncludes: true

AlwaysBreakTemplateDeclarations: true

[ Dauer der Verarbeitung: 0.22 Sekunden  (vorverarbeitet)  ]