Browse Source

.clang-tidy: Allow single-char loop variables

x, y, i, j, etc
pull/4702/head
Gleb Mazovetskiy 4 years ago
parent
commit
3d5307e3bd
  1. 2
      Source/.clang-tidy

2
Source/.clang-tidy

@ -88,3 +88,5 @@ CheckOptions:
- { key: bugprone-signed-char-misuse.CharTypdefsToIgnore, value: "std::int8_t" }
- { key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic, value: true }
- { key: readability-identifier-length.MinimumLoopCounterNameLength, value: 1 }

Loading…
Cancel
Save