Revision c9877614f33b95fb0face3aa8d20773239886e74 authored by Pierre-Yves Strub on 11 October 2020, 07:27:44 UTC, committed by Pierre-Yves Strub on 20 October 2020, 09:34:59 UTC
1 parent 66784bc
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