Revision 459d1a1d352b200830f6817a0a0940c7f001e26f authored by François Dupressoir on 21 February 2018, 10:22:19 UTC, committed by François Dupressoir on 21 February 2018, 10:22:19 UTC
1 parent f033f81
Raw File
.dir-locals.el
((tuareg-mode .
   ((require-final-newline . t)
    (c-basic-offset . 2)
    (tab-width . 2)
    (indent-tabs-mode . nil)
    (eval . (add-hook 'write-contents-functions 'delete-trailing-whitespace)))))
 (easycrypt-mode .
   ((require-final-newline . t)
    (indent-tabs-mode . nil)))
back to top