Revision 741c078f487be1577c98e5e5bf1ac43709b174b9 authored by Pierre-Yves Strub on 01 March 2022, 21:51:42 UTC, committed by Pierre-Yves Strub on 01 March 2022, 21:51:42 UTC
2 parent s 6561b69 + 77aac4b
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