[Scummvm-git-logs] scummvm master -> 1970bde7adc762bbdce2800d6b5541bcf3f91936
sev-
sev at scummvm.org
Wed May 6 15:44:26 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:
1970bde7ad ALL: Fix .clang-foramt
Commit: 1970bde7adc762bbdce2800d6b5541bcf3f91936
https://github.com/scummvm/scummvm/commit/1970bde7adc762bbdce2800d6b5541bcf3f91936
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-06T17:43:54+02:00
Commit Message:
ALL: Fix .clang-foramt
It is used by vscode editor
Changed paths:
.clang-format
diff --git a/.clang-format b/.clang-format
index 2bf280d1fc..e6b61a1add 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,7 +3,7 @@
UseTab: Never,
IndentWidth: 4,
TabWidth: 4,
- BreakBeforeBraces: Never,
+ BreakBeforeBraces: Attach,
IndentCaseLabels: false,
ColumnLimit: 0,
AccessModifierOffset: -4,
More information about the Scummvm-git-logs
mailing list