summaryrefslogtreecommitdiffstats
path: root/modules/freetype2/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'modules/freetype2/.clang-format')
-rw-r--r--modules/freetype2/.clang-format16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/freetype2/.clang-format b/modules/freetype2/.clang-format
new file mode 100644
index 0000000000..fbd04c11cb
--- /dev/null
+++ b/modules/freetype2/.clang-format
@@ -0,0 +1,16 @@
+BasedOnStyle: Chromium
+AlignAfterOpenBracket: Align
+AlignConsecutiveAssignments: true
+AlignConsecutiveDeclarations: true
+AlignConsecutiveMacros: true
+AlignEscapedNewlines: true
+# AlignOperands: Align
+AlignTrailingComments: true
+AlwaysBreakAfterReturnType: AllDefinitions
+BreakBeforeBraces: Allman
+ColumnLimit: 80
+DerivePointerAlignment: false
+IndentCaseLabels: false
+PointerAlignment: Left
+SpaceBeforeParens: ControlStatements
+SpacesInParentheses: true