devilutionX/Source/.clang-format
2021-11-28 11:02:27 +00:00

10 lines
256 B
YAML

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