https://github.com/EasyCrypt/easycrypt
Revision 19c5eede20dd0d78875d89201126363b64ed7a2e authored by Benjamin Gregoire on 18 December 2017, 12:13:27 UTC, committed by Benjamin Gregoire on 18 December 2017, 12:13:47 UTC
1 parent 34d6e51
Raw File
Tip revision: 19c5eede20dd0d78875d89201126363b64ed7a2e authored by Benjamin Gregoire on 18 December 2017, 12:13:27 UTC
more ways to do the proof
Tip revision: 19c5eed
.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