Revision 87ff7f814ec223fd1756de8f1d7bb0c913c40c8b authored by François Dupressoir on 14 March 2022, 09:48:05 UTC, committed by François Dupressoir on 14 March 2022, 09:48:05 UTC
1 parent c98b014
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