zlog/.clang-format
2024-04-11 14:16:08 +08:00

14 lines
328 B
YAML

# Coding Style Proposal - Verify
Language: Cpp
BasedOnStyle: Microsoft
################################################
ReflowComments: false
SortIncludes: false # can break build; turning off
SortUsingDeclarations: false # can break build; turning off
FixNamespaceComments: false
BreakStringLiterals: false
ColumnLimit: 100