vibe-check/.clang-format

12 lines
181 B
Plaintext
Raw Permalink Normal View History

2023-04-24 15:23:41 +01:00
---
BasedOnStyle: WebKit
IndentWidth: 4
TabWidth: 4
UseTab: Always
---
Language: Cpp
BreakBeforeBraces: Attach
# this doesn't come out until clang-format 15 :(
#InsertBraces: true