clang-format file

This commit is contained in:
apio 2022-06-14 16:13:03 +02:00
parent 243894a026
commit 8fe5297933

15
.clang-format Normal file
View File

@ -0,0 +1,15 @@
---
BasedOnStyle: Microsoft
AlignAfterOpenBracket: Align
AllowShortIfStatementsOnASingleLine: Always
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: 'true'
PointerAlignment: Left
SpaceAfterCStyleCast: 'false'
SpaceAfterTemplateKeyword: 'false'
SpacesInCStyleCastParentheses: 'false'
SpacesInSquareBrackets: 'false'
TabWidth: '4'
UseTab: ForIndentation
...