mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-08 10:34:04 -05:00
9 lines
231 B
YAML
Executable File
9 lines
231 B
YAML
Executable File
# Run manually to reformat a file:
|
|
# clang-format -i --style=file <file>
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
IndentPPDirectives: AfterHash
|
|
IndentCaseLabels: false
|
|
AlwaysBreakTemplateDeclarations: false
|
|
DerivePointerAlignment: false
|