zlog/.clang-format

14 lines
328 B
Plaintext
Raw Permalink Normal View History

2024-04-11 12:48:05 +07:00
# 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