branch: elpa/highlight-parentheses commit 315a901a85b040bbb8e0eb62276cdfe4b3bafa53 Author: Nikolaj Schumacher <g...@nschum.de> Commit: Nikolaj Schumacher <g...@nschum.de>
Add dir-locals file with code style settings. --- .dir-locals.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..a4fea85 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,2 @@ +((nil . ((indent-tabs-mode . nil) + (fill-column . 80))))