mirror of
https://github.com/ScrelliCopter/VGM-Tools
synced 2025-02-21 04:09:25 +11:00
11 lines
250 B
YAML
11 lines
250 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BreakConstructorInitializersBeforeComma: true
|
|
ColumnLimit: 120
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
BreakBeforeBraces: Allman
|