summaryrefslogtreecommitdiff
path: root/storage/innobase/.clang-format-old
diff options
context:
space:
mode:
authorEugene Kosov <claprix@yandex.ru>2021-03-17 11:01:15 +0300
committerEugene Kosov <claprix@yandex.ru>2021-03-17 11:01:15 +0300
commit66106130a6cbe701ec07477950094fe40d9a4716 (patch)
tree0589ac1f733d73d4bbcdd41b79ff1133eaebcd96 /storage/innobase/.clang-format-old
parentbf303e824cec48e10eba18c5dab86a8cdd1af850 (diff)
downloadmariadb-git-66106130a6cbe701ec07477950094fe40d9a4716.tar.gz
switch off storage/innobase/.clang-format: InnoDB uses a common formatting style for all new code
Diffstat (limited to 'storage/innobase/.clang-format-old')
-rw-r--r--storage/innobase/.clang-format-old11
1 files changed, 11 insertions, 0 deletions
diff --git a/storage/innobase/.clang-format-old b/storage/innobase/.clang-format-old
new file mode 100644
index 00000000000..54f7b47bc88
--- /dev/null
+++ b/storage/innobase/.clang-format-old
@@ -0,0 +1,11 @@
+UseTab: Always
+TabWidth: 8
+IndentWidth: 8
+ContinuationIndentWidth: 8
+BreakBeforeBinaryOperators: All
+PointerAlignment: Left
+BreakBeforeBraces: Custom
+ColumnLimit: 79
+BraceWrapping:
+ AfterFunction: true
+AccessModifierOffset: -8