Revision b2d6b7efa64f084e3be84e5bbf464c6a3e1676f1 authored by Yi Lee on 29 July 2022, 06:47:55 UTC, committed by Pierre-Yves Strub on 07 October 2022, 10:27:08 UTC
1 parent 1198d07
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