Revision 74d19dd9c96c6b2d4a4d8d2eece14b181a7142a4 authored by Pierre-Yves Strub on 29 January 2016, 09:20:18 UTC, committed by Pierre-Yves Strub on 29 January 2016, 13:27:23 UTC
1 parent 09e92e3
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