branch: externals/vc-jj
commit c998e3e35f760338824ac521d1e377c17ae964f0
Author: Kristoffer Balintona <[email protected]>
Commit: Kristoffer Balintona <[email protected]>
Ensure `indent-tabs-mode` is not enabled
For the interest of maintaining code uniformity and conventions.
---
.dir-locals.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 9f87268ce1..089b809189 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,4 +2,5 @@
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((fill-column . 70)
- (sentence-end-double-space . t))))
+ (sentence-end-double-space . t)
+ (indent-tabs-mode . nil))))