mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
13 lines
271 B
Text
13 lines
271 B
Text
|
---
|
||
|
BasedOnStyle: Mozilla
|
||
|
IndentWidth: 4
|
||
|
ColumnLimit: 80
|
||
|
---
|
||
|
Language: Cpp
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AlignTrailingComments: false
|
||
|
AlignEscapedNewlines: DontAlign
|
||
|
AlwaysBreakTemplateDeclarations: true
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
---
|