branch: elpa/haskell-ts-mode commit 09be86f39c5576140ade8868bc00093c87ffde09 Author: Pranshu Sharma <pran...@bauherren.ovh> Commit: Pranshu Sharma <pran...@bauherren.ovh>
Add dirlocal to disable tab indentation Since all tabs are removed, we want to keep this going in future --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000000..b80fadd04e --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((indent-tabs-mode . nil))))