Files
devilution/.clang-format
Anders Jenbo 312168d4c1 Reformat the .clang-format files
These files are YAML, changes to a more idiomatic YAML syntax
2020-03-29 20:45:57 +02:00

10 lines
237 B
YAML

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