aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--utils/.clang-format59
1 files changed, 59 insertions, 0 deletions
diff --git a/utils/.clang-format b/utils/.clang-format
new file mode 100644
index 0000000..0be45fa
--- /dev/null
+++ b/utils/.clang-format
@@ -0,0 +1,59 @@
+Language: Cpp
+
+AlignAfterOpenBracket: Align
+AlignConsecutiveAssignments: true
+AlignConsecutiveBitFields: true
+AlignConsecutiveDeclarations: false
+AlignConsecutiveMacros: true
+AlignEscapedNewlines: Right
+AlignOperands: Align
+AlignTrailingComments: true
+AllowAllArgumentsOnNextLine: true
+AllowAllParametersOfDeclarationOnNextLine: true
+AllowShortBlocksOnASingleLine: Empty
+AllowShortCaseLabelsOnASingleLine: false
+AllowShortEnumsOnASingleLine: false
+AllowShortFunctionsOnASingleLine: Empty
+AllowShortIfStatementsOnASingleLine: Never
+AllowShortLoopsOnASingleLine: false
+AlwaysBreakAfterReturnType: None
+AlwaysBreakBeforeMultilineStrings: false
+BinPackArguments: true
+BinPackParameters: true
+BreakBeforeBinaryOperators: NonAssignment
+BreakBeforeBraces: WebKit
+BreakBeforeTernaryOperators: true
+BreakStringLiterals: true
+ColumnLimit: 80
+ContinuationIndentWidth: 4
+DeriveLineEnding: false
+DerivePointerAlignment: false
+DisableFormat: false
+IncludeBlocks: Preserve
+IndentCaseBlocks: false
+IndentCaseLabels: false
+IndentExternBlock: Indent
+IndentGotoLabels: false
+IndentPPDirectives: AfterHash
+IndentWidth: 4
+IndentWrappedFunctionNames: false
+KeepEmptyLinesAtTheStartOfBlocks: false
+MaxEmptyLinesToKeep: 2
+PointerAlignment: Right
+ReflowComments: true
+SortIncludes: true
+SpaceAfterCStyleCast: true
+SpaceAfterLogicalNot: false
+SpaceBeforeAssignmentOperators: true
+SpaceBeforeParens: ControlStatements
+SpaceBeforeSquareBrackets: false
+SpaceInEmptyBlock: false
+SpaceInEmptyParentheses: false
+SpacesBeforeTrailingComments: 1
+SpacesInCStyleCastParentheses: false
+SpacesInConditionalStatement: false
+SpacesInParentheses: false
+SpacesInSquareBrackets: false
+TabWidth: 4
+UseCRLF: false
+UseTab: Never
ass='insertions'>+1 2020-08-16Removed star counterAnInternetTroll1-2/+5 2020-08-16New pins systemAnInternetTroll2-2/+26 2020-08-11added delvar()Mango0x451-0/+8 2020-08-11AwaitMango0x451-7/+8 2020-08-11Print all config vars at onceMango0x451-4/+8 2020-08-11Organized importsMango0x4511-49/+55 2020-08-10Some people need to ruin it for everybodyThomas Voss1-1/+1 2020-08-10Harvested more user dataThomas Voss1-1/+2 2020-08-10Fixed typo and indentsThomas Voss1-3/+3 2020-08-08Temporary fix for pending commandAnInternetTroll1-0/+3 2020-08-07Update admin.pyThomas Voss1-1/+2 2020-08-07Update admin.pyThomas Voss1-1/+1 2020-08-07Update admin.pyAAP1-4/+4 2020-08-07Update admin.pyThomas Voss1-1/+1 2020-08-07Update admin.pyThomas Voss1-0/+5 2020-08-06Fixed day -99 bugAnInternetTroll1-303/+306 2020-08-06Check for ban command is fixedAnInternetTroll1-1/+1 2020-08-06Propper loop breakAnInternetTroll1-2/+2 2020-08-06+ Fixed trailing commaziro2-8/+3 2020-08-06+ Steve Branchziro20-342/+2453 2020-08-06+ Added listcommands to help.py (from mcbeDiscordBot)ziro1-0/+16 2020-08-06+ Show aliasses to help commandziro1-1/+1 2020-08-06+ Increases default clearchat limitziro1-1/+1 2020-08-06+ Tweaking cogsziro3-3/+3 2020-08-06+ Tweakingziro2-3/+3 2020-08-06+ Add more info to serverinfo commandziro1-2/+4 2020-08-06+ Tweaking help commandziro1-2/+1 2020-08-06+ Added desc for help cmd and serverinfo commandziro1-1/+20 2020-08-06+ Added description for help commandziro1-0/+1