mirror of
https://github.com/louisrubet/rpn
synced 2025-02-12 20:48:37 +01:00
9 lines
166 B
YAML
9 lines
166 B
YAML
---
|
|
BasedOnStyle: google
|
|
IndentWidth: 4
|
|
---
|
|
Language: Cpp
|
|
# Force pointers to the type for C++.
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
ColumnLimit: 120
|