[Scummvm-git-logs] scummvm master -> 8c5ee3672a30b50d7bf5e5295c62c0fae3acf18b
sev-
sev at scummvm.org
Sun May 10 22:07:59 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8c5ee3672a ALL: Remove formatting which MSVC is not happy about from .clang-format
Commit: 8c5ee3672a30b50d7bf5e5295c62c0fae3acf18b
https://github.com/scummvm/scummvm/commit/8c5ee3672a30b50d7bf5e5295c62c0fae3acf18b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-11T00:07:44+02:00
Commit Message:
ALL: Remove formatting which MSVC is not happy about from .clang-format
Changed paths:
.clang-format
diff --git a/.clang-format b/.clang-format
index a11dad4393..c91b8761cb 100644
--- a/.clang-format
+++ b/.clang-format
@@ -14,8 +14,7 @@
SpaceAfterTemplateKeyword: false,
SpaceBeforeAssignmentOperators: true,
SpaceBeforeCtorInitializerColon: true,
- SpaceBeforeInheritanceColon: true,
- SpaceBeforeSquareBrackets: false,
+ SpaceBeforeInheritanceColon: true,
SpaceInEmptyParentheses: false,
SpacesInAngles: false,
SpacesInConditionalStatement: false,
More information about the Scummvm-git-logs
mailing list