Revision 1890ad1fe84994b567464cdd40fd1bb1836a9498 authored by Pierre Boutry on 08 June 2021, 19:43:54 UTC, committed by GitHub on 08 June 2021, 19:43:54 UTC
1 parent 73afe4f
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