12 lines
181 B
YAML
12 lines
181 B
YAML
---
|
|
BasedOnStyle: WebKit
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Always
|
|
---
|
|
Language: Cpp
|
|
BreakBeforeBraces: Attach
|
|
|
|
# this doesn't come out until clang-format 15 :(
|
|
#InsertBraces: true
|