Revision 189283a215d9d93ed5819f037d38e1f9131acc92 authored by Pierre-Yves Strub on 15 March 2023, 06:59:34 UTC, committed by Pierre-Yves Strub on 15 March 2023, 07:41:31 UTC
1 parent bc97ee6
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