Revision 53f3e84b065a67014163ff0806173a695d6239e2 authored by François Dupressoir on 11 July 2022, 09:31:07 UTC, committed by Pierre-Yves Strub on 12 July 2022, 16:44:15 UTC
1 parent bef5649
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