prosperon/.clang-format

10 lines
271 B
Plaintext
Raw Normal View History

2024-09-25 15:27:26 -05:00
BasedOnStyle: GNU
2023-04-21 16:57:30 -05:00
IndentWidth: 2
2024-09-25 15:27:26 -05:00
TabWidth: 2
UseTab: Never
ContinuationIndentWidth: 2 # Indents continuation lines by 2 spaces
AllowShortFunctionsOnASingleLine: true
AllowShortBlocksOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
BreakBeforeBraces: Attach