https://github.com/EasyCrypt/easycrypt
Revision 10b2ab01dc1a212c8c0cf1a26aa9fbd6662edb26 authored by Pierre-Yves Strub on 18 October 2019, 08:36:08 UTC, committed by Pierre-Yves Strub on 18 October 2019, 08:36:08 UTC
1 parent 51f8ab0
Raw File
Tip revision: 10b2ab01dc1a212c8c0cf1a26aa9fbd6662edb26 authored by Pierre-Yves Strub on 18 October 2019, 08:36:08 UTC
Add EC hash to .eco
Tip revision: 10b2ab0
.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