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