From 4897c9cd7c81d726deaa9767989718ce78943360 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 29 Apr 2017 13:55:40 +0100 Subject: [PATCH] .dir-locals.el: Settings for Python code. This project has very weird Python style. Even by my standards. Signed-off-by: Mark Wooding --- .dir-locals.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 0dbd236..7ca463d 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,4 +2,7 @@ ;;; See Info node `(emacs) Directory Variables' for more information. ((c-mode - (c-basic-offset . 4))) + (c-basic-offset . 4)) + (python-mode + (indent-tabs-mode . t) + (python-indent . 8))) -- 2.30.2