forked from scott/threaded_network_chat
20 lines
439 B
YAML
20 lines
439 B
YAML
{
|
|
"BasedOnStyle": "LLVM",
|
|
"UseTab": "Always",
|
|
"IndentWidth": 8,
|
|
"TabWidth": 8,
|
|
"LineEnding": "LF",
|
|
"RemoveBracesLLVM": true,
|
|
"AlwaysBreakAfterReturnType": "AllDefinitions",
|
|
"BreakBeforeBraces": "Custom",
|
|
"BraceWrapping": {
|
|
"AfterFunction": true,
|
|
"AfterClass": false,
|
|
"AfterControlStatement": false,
|
|
"AfterNamespace": false,
|
|
"AfterStruct": false,
|
|
"BeforeElse": false,
|
|
"BeforeCatch": false
|
|
}
|
|
}
|