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