pikmin2/.clang-format
Thaddeus Crews 911b5b1978
Add requirements.txt for zstandard module (#186)
• Update readme to account for `requirements.txt`
• Makes Python 3.8 the minimum version
2023-12-19 13:46:37 -05:00

31 lines
584 B
YAML

Language: Cpp
BasedOnStyle: WebKit
ColumnLimit: 140
SortIncludes: false
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
NamespaceIndentation: None
FixNamespaceComments: true
CompactNamespaces: false
AlignTrailingComments: true
AlignAfterOpenBracket: true
AlignConsecutiveAssignments: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: Left
AlignOperands: AlignAfterOperator
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: Never
Cpp11BracedListStyle: false
AlwaysBreakTemplateDeclarations: true
BreakStringLiterals: true
ReflowComments: true