sapphire/.clang-format

16 lines
369 B
Plaintext
Raw Permalink Normal View History

2022-06-14 14:13:03 +00:00
---
BasedOnStyle: Microsoft
AlignAfterOpenBracket: Align
AllowShortIfStatementsOnASingleLine: Always
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: 'true'
PointerAlignment: Left
SpaceAfterCStyleCast: 'false'
SpaceAfterTemplateKeyword: 'false'
SpacesInCStyleCastParentheses: 'false'
SpacesInSquareBrackets: 'false'
TabWidth: '4'
2022-06-14 14:29:51 +00:00
UseTab: Never
2022-06-14 14:13:03 +00:00
...