https://github.com/EasyCrypt/easycrypt
Revision 3e10ebb97a851b298f3b5023239314791d27ea46 authored by Benjamin Gregoire on 21 July 2017, 13:25:02 UTC, committed by Benjamin Gregoire on 21 July 2017, 13:32:33 UTC
1 parent d831de8
Raw File
Tip revision: 3e10ebb97a851b298f3b5023239314791d27ea46 authored by Benjamin Gregoire on 21 July 2017, 13:25:02 UTC
restart the proof of cramershoup
Tip revision: 3e10ebb
.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