AccessModifierOffset: -4 ConstructorInitializerIndentWidth: 4 AlignEscapedNewlinesLeft: false AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: true AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: false AlwaysBreakBeforeMultilineStrings: false BreakBeforeBinaryOperators: true BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: true BinPackParameters: true ColumnLimit: 100 ConstructorInitializerAllOnOneLineOrOnePerLine: false DerivePointerBinding: false ExperimentalAutoDetectBinPacking: false IndentCaseLabels: true KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 1 NamespaceIndentation: None FixNamespaceComments: false ObjCSpaceBeforeProtocolList: true PenaltyBreakBeforeFirstCallParameter: 19 PenaltyBreakComment: 60 PenaltyBreakString: 1000 PenaltyBreakFirstLessLess: 120 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerBindsToType: true ReflowComments: false SpacesBeforeTrailingComments: 1 Cpp11BracedListStyle: false Standard: Cpp11 IndentWidth: 4 TabWidth: 8 UseTab: Never BreakBeforeBraces: Allman IndentFunctionDeclarationAfterType: false SpacesInParentheses: false SpacesInAngles: false SpaceInEmptyParentheses: false SpacesInCStyleCastParentheses: false SpaceAfterControlStatementKeyword: true SpaceBeforeAssignmentOperators: true ContinuationIndentWidth: 4 SortIncludes: false SortUsingDeclarations: false /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/.git-hooks
AgeCommit message (Expand)Author
2023-12-02Revert "Drop allownonascii check from pre-commit checks"Mike Kaganski
2023-12-01Drop allownonascii check from pre-commit checksMike Kaganski
2023-06-20Fix typo in .git-hooks/pre-commitTaichi Haradaguchi
2023-04-21related tdf#154946: check syntax in git pre-commit hookXisco Fauli
2023-03-22git-hooks: better handling in './g -z' with win-linksJuergen Funk
2023-03-08Restore .git-hooks/commit-msgStephan Bergmann
2023-03-07Update Sifr Mimetype IconsGaldam
2023-03-01git-hooks: overwrite the windows-links not with linux-linksJuergen Funk
2022-12-27git pre-commit hook: check .mm filesXisco Fauli
2022-12-20git pre-commit hook: check .bas and .vb files as wellXisco Fauli
2022-11-11.git-hook: Emit some warning about clang-format and renamed filesStephan Bergmann
2022-09-08replace egrep/fgrep calls with grep -E/grep -FRene Engelhard
2021-04-28git pre-commit hook: fix typoXisco Fauli
2021-04-27Check UI interface domains in the git pre-commit hookXisco Fauli
2021-01-15replace stock button imagesCaolán McNamara
2021-01-15remove newly unused use-stock supportCaolán McNamara
2021-01-14drop newly added deprecated GtkAlignment instanceCaolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-10-09tdf#134286: fix pre-commit hook to make hooks.allownonascii workShiro Kawai
2020-09-09