PlayerLink/.clang-format

10 lines
222 B
Plaintext
Raw Normal View History

2024-11-01 14:10:00 +01:00
BasedOnStyle: Google
UseTab: Never
IndentWidth: 4
TabWidth: 4
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AccessModifierOffset: -4
ColumnLimit: 120
NamespaceIndentation: All