devilutionX/Source/.clang-format
2021-04-11 16:41:02 +02:00

10 lines
257 B
YAML

BasedOnStyle: webkit
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: None
PointerAlignment: Right
TabWidth: 4
UseTab: ForIndentation
SortIncludes: false
NamespaceIndentation: None
FixNamespaceComments: true