From fffdf9717e4e3552dd85f1cae9542e6afb237fbd Mon Sep 17 00:00:00 2001 From: Chris Done Date: Tue, 14 Jun 2016 16:46:45 +0200 Subject: [PATCH] Add johan-tibell style to .dir-locals.el --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.dir-locals.el b/.dir-locals.el index 1d5ee65..46667e3 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,5 @@ ((haskell-mode . ((haskell-indent-spaces . 4) + (hindent-style . "johan-tibell") (haskell-process-type . cabal-repl) (haskell-process-use-ghci . t))) (hamlet-mode . ((hamlet/basic-offset . 4)