mirror of
https://github.com/HardySimpson/zlog
synced 2025-03-28 21:13:21 +00:00
14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
![]() |
# 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
|