https://github.com/EasyCrypt/easycrypt
Revision ebadb1b19b16e66989f37bd45ceee1ea87850ca6 authored by Benjamin Gregoire on 21 July 2017, 13:21:02 UTC, committed by Benjamin Gregoire on 21 July 2017, 13:32:33 UTC
1 parent e425db8
Raw File
Tip revision: ebadb1b19b16e66989f37bd45ceee1ea87850ca6 authored by Benjamin Gregoire on 21 July 2017, 13:21:02 UTC
fix bug in bypr and put some condition in the good order.
Tip revision: ebadb1b
.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