Revision 1aab7a846991d939e3a6f6b64f3f201333f08ecd authored by Pierre-Yves Strub on 05 April 2021, 06:42:55 UTC, committed by Pierre-Yves Strub on 05 April 2021, 06:42:55 UTC
1 parent 2a8554f
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