mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-03 12:15:35 +00:00
11 lines
235 B
YAML
11 lines
235 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
ColumnLimit: 140
|
|
---
|
|
Language: Cpp
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
SpacesInAngles: Always # for C++98-compatible nested template arguments
|