jda/external/zlog-1.2.18/.clang-format

14 lines
328 B
Plaintext
Raw Normal View History

2025-04-30 15:28:08 +08: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