diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000..b164fbd8 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,3 @@ +((nil . ((sentence-end-double-space . t))) + (python-mode . ((fill-column . 79) + (python-fill-docstring-style . django))))