build: Move .clang-format to top level

This commit is contained in:
Michael Cardell Widerkrantz 2025-05-21 09:44:17 +02:00
parent e302910f4d
commit 6e3034c3ce
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5

View file

@ -1,15 +0,0 @@
BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 8
TabWidth: 8
IncludeBlocks: Preserve
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: Never
AllowShortEnumsOnASingleLine: false