Browse Source

.clang-format: SpaceBeforeParens: Never

This is more consistent with how xash3d formats its `if` and `switch` statements
pull/2/head
Gleb Mazovetskiy 4 years ago committed by Alibek Omarov
parent
commit
239474b01e
  1. 2
      .clang-format

2
.clang-format

@ -20,7 +20,7 @@ AllowShortLoopsOnASingleLine: false @@ -20,7 +20,7 @@ AllowShortLoopsOnASingleLine: false
NamespaceIndentation: Inner
SpaceAfterCStyleCast: false
SpaceBeforeParens: true
SpaceBeforeParens: Never
SpaceInEmptyParentheses: true
SpacesInAngles: true
SpacesInParentheses: true

Loading…
Cancel
Save