summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 300c359f..63fd38c1 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,5 @@
((c-mode . ((c-file-style . "GNU")
(indent-tabs-mode . nil)
(show-trailing-whitespace . t)))
-((python-mode . ((indent-tabs-mode . nil)
- (show-trailing-whitespace . t)))
+ (python-mode . ((indent-tabs-mode . nil)
+ (show-trailing-whitespace . t))))