Revision 147daa05f45d61bc5f2c7b9d9c869a9dfa2fd3bf authored by Benjamin Gregoire on 17 October 2022, 07:51:05 UTC, committed by Pierre-Yves Strub on 18 October 2022, 07:19:47 UTC
1 parent 638229b
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