Revision 8db4a5645bce24958baac1641577a232e661e336 authored by François Dupressoir on 25 April 2016, 16:55:16 UTC, committed by François Dupressoir on 25 April 2016, 16:55:16 UTC
1 parent 4702c81
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