Revision 6f16e5604c7a553b9099473862804ea6f496eb29 authored by François Dupressoir on 03 March 2022, 10:29:28 UTC, committed by François Dupressoir on 04 March 2022, 09:52:33 UTC
1 parent 41a12fe
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