https://github.com/EasyCrypt/easycrypt
Revision 210ab7a61b8d31a42435c0d531e48b058a1da064 authored by Pierre Boutry on 15 June 2021, 11:08:57 UTC, committed by Christian Doczkal on 03 December 2021, 13:59:52 UTC
1 parent 980e2fc
Raw File
Tip revision: 210ab7a61b8d31a42435c0d531e48b058a1da064 authored by Pierre Boutry on 15 June 2021, 11:08:57 UTC
done?
Tip revision: 210ab7a
.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