2025-01-10 08:15:31 +01:00
|
|
|
# Language: C
|
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4 # Use 4 spaces for indentation
|
|
|
|
TabWidth: 4 # Tab width is also 4 spaces
|
|
|
|
UseTab: Never # Always use spaces instead of tabs
|
|
|
|
ColumnLimit: 80 # Wrap lines after 80 characters
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
2025-01-12 11:33:49 +01:00
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
BreakConstructorInitializers: BeforeComma
|