backend: add clang format

This commit is contained in:
Simon 2023-02-09 14:04:51 +01:00
parent 1780a67e1f
commit f7183dbfac

6
backend/.clang-format Normal file
View File

@ -0,0 +1,6 @@
Language: Cpp
BasedOnStyle: WebKit
IndentWidth: 4
ColumnLimit: 100
IndentCaseLabels: true