From a37a26cc77ea12a29a35764c284f79c6c6081f19 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 15 Oct 2017 10:48:45 -0700 Subject: [PATCH] No tabs, spaces only, please Adding --no-tabs to `indent` options file. --- src/.indent.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.indent.pro b/src/.indent.pro index e8898c2be..4b7868fd0 100644 --- a/src/.indent.pro +++ b/src/.indent.pro @@ -10,3 +10,4 @@ --no-space-after-casts --no-space-after-function-call-names --no-space-after-parentheses +--no-tabs