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