mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-04 08:18:00 +01:00
clang-format: Don't touch the comments
clang-format 13 started to enforce at least one space after //. Let's not touch the comments to prevent spurious line changes.
This commit is contained in:
parent
3cc20cdf32
commit
b034b153d7
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ SpaceInEmptyParentheses: 'false'
|
|||
SpacesBeforeTrailingComments: '1'
|
||||
SpacesInAngles: 'false'
|
||||
SpacesInCStyleCastParentheses: 'false'
|
||||
SpacesInLineCommentPrefix:
|
||||
Minimum: 0
|
||||
Maximum: -1
|
||||
SpacesInParentheses: 'false'
|
||||
SpacesInSquareBrackets: 'false'
|
||||
Standard: Cpp11
|
||||
|
|
Loading…
Reference in a new issue