Revision 1d5059e54a93cb869dbd86436eed6a63d31ca058 authored by nash on 14 February 2020, 16:44:24 UTC, committed by nash on 14 February 2020, 16:44:24 UTC
1 parent 74a85cf
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