Revision 27c1df3409247ba9824735ee4e3423477f9e3e72 authored by Pierre-Yves Strub on 28 March 2019, 05:41:39 UTC, committed by Pierre-Yves Strub on 28 March 2019, 05:41:39 UTC
1 parent 41219ef
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