gplugin/gplugin

Use tabs for continuation too
develop
2020-02-15, Richard Laager
672c7b29b1f0
Parents d286b22e30f0
Children 2784a9d26c2f
Use tabs for continuation too

I swear I looked at this before and it wasn't necessary, but maybe this
changed with the new clang-format version or our new options.
--- a/.clang-format Sat Feb 15 18:48:39 2020 -0600
+++ b/.clang-format Sat Feb 15 19:05:12 2020 -0600
@@ -106,6 +106,6 @@
SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 4
-UseTab: ForIndentation
+UseTab: ForContinuationAndIndentation
...