[Scummvm-git-logs] scummvm-tools master -> 8b98a6bf7223509a6a5aac7539a3b087ea8a9f10

sev- noreply at scummvm.org
Mon Jan 2 16:42:15 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
8b98a6bf72 MISC: copy .clang-format from scummvm/scummvm


Commit: 8b98a6bf7223509a6a5aac7539a3b087ea8a9f10
    https://github.com/scummvm/scummvm-tools/commit/8b98a6bf7223509a6a5aac7539a3b087ea8a9f10
Author: Simon Delamarre (simon.delamarre14 at gmail.com)
Date: 2023-01-02T17:42:12+01:00

Commit Message:
MISC: copy .clang-format from scummvm/scummvm

Changed paths:
  A .clang-format


diff --git a/.clang-format b/.clang-format
new file mode 100644
index 00000000..4eba7ce6
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,23 @@
+{
+    BasedOnStyle: LLVM,
+    UseTab: ForContinuationAndIndentation,
+    IndentWidth: 4,
+    TabWidth: 4,
+    BreakBeforeBraces: Attach,
+    IndentCaseLabels: false,
+    ColumnLimit: 0,
+    AccessModifierOffset: -4,
+    NamespaceIndentation: None,
+    SpaceBeforeParens: ControlStatements,
+    PointerAlignment: Right,
+    SpaceAfterCStyleCast: false,
+    SpaceAfterTemplateKeyword: false,
+    SpaceBeforeAssignmentOperators: true,
+    SpaceBeforeCtorInitializerColon: true,
+    SpaceBeforeInheritanceColon: true,
+    SpaceInEmptyParentheses: false,
+    SpacesInAngles: false,
+    SpacesInParentheses: false,
+    SpacesInSquareBrackets: false,
+    Standard: c++03,
+}




More information about the Scummvm-git-logs mailing list