Revision 1845635dda7f9c688de1c895f40806ad4dae9c05 authored by Pierre-Yves Strub on 24 April 2018, 12:47:18 UTC, committed by Pierre-Yves Strub on 24 April 2018, 13:13:19 UTC
1 parent 728c306
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