chiark
/
gitweb
/
~mdw
/
secnet
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdeab8
)
.dir-locals.el: Settings for Python code.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 29 Apr 2017 12:55:40 +0000
(13:55 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 18 May 2019 00:19:44 +0000
(
01:19
+0100)
This project has very weird Python style. Even by my standards.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
.dir-locals.el
patch
|
blob
|
blame
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index 0dbd236b67327247f8326d9177afc6243569e9af..7ca463d57c8ea6cc87ca3d72a19173617daea2db 100644
(file)
--- 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)))