https://github.com/EasyCrypt/easycrypt
Revision f5ea5b3ce1966a2773196e3994feca50264cb663 authored by Francois Dupressoir on 17 March 2021, 15:55:39 UTC, committed by GitHub on 17 March 2021, 15:55:39 UTC
Not that this will be valid very long...
1 parent 4818c2e
Raw File
Tip revision: f5ea5b3ce1966a2773196e3994feca50264cb663 authored by Francois Dupressoir on 17 March 2021, 15:55:39 UTC
Fix supported alt-ergo version
Tip revision: f5ea5b3
.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