Revision 04b9a834a84e7e2b0fa1de2f4132a3a12ee119f1 authored by François Dupressoir on 11 February 2020, 18:27:33 UTC, committed by François Dupressoir on 11 February 2020, 18:29:12 UTC
1 parent bd9d006
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