.clang-format updated: Don't reflow comments

This commit is contained in:
Rasmus Karlsson 2019-08-04 14:26:34 +02:00
parent 0a4e9d1c54
commit c4415dce5c

View file

@ -31,3 +31,4 @@ NamespaceIndentation: Inner
PointerBindsToType: false PointerBindsToType: false
SpacesBeforeTrailingComments: 2 SpacesBeforeTrailingComments: 2
Standard: Auto Standard: Auto
ReflowComments: false