mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
13 lines
250 B
YAML
13 lines
250 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
Standard: c++20
|
|
BreakBeforeBraces: Attach
|
|
LineEnding: LF
|
|
ColumnLimit: 100
|
|
AlignAfterOpenBracket: BlockIndent
|
|
IndentWidth: 4
|
|
ContinuationIndentWidth: 4
|
|
NamespaceIndentation: All
|
|
UseTab: Never
|
|
PointerAlignment: Left |