summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <erwincoumans@google.com>2017-03-13 15:52:52 -0700
committerErwin Coumans <erwincoumans@google.com>2017-03-13 15:52:52 -0700
commite524b22fd62f537f018b5776b430ea861af8e813 (patch)
treea6f318dbe9ac1e556ff2de92b34d9201540a72be
parentbdaadf57e0f359abb71cdfcb64944cd9629f3290 (diff)
downloadbullet3-e524b22fd62f537f018b5776b430ea861af8e813.tar.gz
relax the UseTab in _clang-format, see
https://github.com/bulletphysics/bullet3/issues/1007#issuecomment-286264717
-rw-r--r--_clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/_clang-format b/_clang-format
index d1841d577..69810190f 100644
--- a/_clang-format
+++ b/_clang-format
@@ -85,6 +85,6 @@ SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Auto
TabWidth: 4
-UseTab: Always
+UseTab: ForContinuationAndIndentation
...