Displaying 1 result from an estimated 1 matches for "c9c3affaba28".
2019 Apr 29
1
[nbdkit PATCH] dir-locals: Set c-basic-offset
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
.dir-locals.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index c9c3affaba28..e420fdbd9f1a 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1 +1,2 @@
-((c-mode . ((indent-tabs-mode . nil))))
+((c-mode . ((indent-tabs-mode . nil)
+ (c-basic-offset . 2))))
--
2.21.0