https://github.com/EasyCrypt/easycrypt
Revision 11a875951d0f94381b22b362ddf8b0cc18f77886 authored by Benjamin Gregoire on 14 February 2020, 08:36:31 UTC, committed by Benjamin Gregoire on 14 February 2020, 08:36:31 UTC
1 parent 4f587f3
Raw File
Tip revision: 11a875951d0f94381b22b362ddf8b0cc18f77886 authored by Benjamin Gregoire on 14 February 2020, 08:36:31 UTC
better conversion + simplify reduction algorithm.
Tip revision: 11a8759
.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