add clang format

This commit is contained in:
Lion Kortlepel 2024-06-17 21:59:59 +02:00
parent 05ffa0b638
commit 3488136ca4
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

5
.clang-format Normal file
View File

@ -0,0 +1,5 @@
---
BasedOnStyle: WebKit
BreakBeforeBraces: Attach
SpaceAfterTemplateKeyword: false
...