[Scummvm-git-logs] scummvm master -> 55cac1a5ebab8a78ab31a6c8e1b75f588f840418

sev- sev at scummvm.org
Wed May 6 13:49:18 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:
55cac1a5eb MISC: Added .clang-format for automatic formatting


Commit: 55cac1a5ebab8a78ab31a6c8e1b75f588f840418
    https://github.com/scummvm/scummvm/commit/55cac1a5ebab8a78ab31a6c8e1b75f588f840418
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-05-06T15:49:08+02:00

Commit Message:
MISC: Added .clang-format for automatic formatting

Changed paths:
  A .clang-format


diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000000..2bf280d1fc
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,24 @@
+{
+    BasedOnStyle: LLVM,
+    UseTab: Never,
+    IndentWidth: 4,
+    TabWidth: 4,
+    BreakBeforeBraces: Never,
+    IndentCaseLabels: false,
+    ColumnLimit: 0,
+    AccessModifierOffset: -4,
+    NamespaceIndentation: Inner,
+    SpaceBeforeParens: ControlStatements,
+    PointerAlignment: Right,
+    SpaceAfterCStyleCast: false,
+    SpaceAfterTemplateKeyword: false,
+    SpaceBeforeAssignmentOperators: true,
+    SpaceBeforeCtorInitializerColon: true,
+    SpaceBeforeInheritanceColon: true,
+    SpaceBeforeSquareBrackets: false,
+    SpaceInEmptyParentheses: false,
+    SpacesInAngles: false,
+    SpacesInConditionalStatement: false,
+    SpacesInParentheses: false,
+    SpacesInSquareBrackets: false
+}




More information about the Scummvm-git-logs mailing list