https://github.com/EasyCrypt/easycrypt
Revision 67392e160a50ddf0b2778179546fafda8c9b6da6 authored by Cécile BARITEL-RUET on 16 September 2019, 12:54:52 UTC, committed by Cécile BARITEL-RUET on 16 September 2019, 12:56:20 UTC
1 parent a8e2f10
Raw File
Tip revision: 67392e160a50ddf0b2778179546fafda8c9b6da6 authored by Cécile BARITEL-RUET on 16 September 2019, 12:54:52 UTC
RndProd : random oracle of a dprod
Tip revision: 67392e1
.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