https://github.com/EasyCrypt/easycrypt
Revision f8c2caca89cfcd994426393a008199693d922c7f authored by Pierre-Yves Strub on 31 August 2022, 09:35:29 UTC, committed by Pierre-Yves Strub on 31 August 2022, 16:50:48 UTC
1 parent 94be874
Raw File
Tip revision: f8c2caca89cfcd994426393a008199693d922c7f authored by Pierre-Yves Strub on 31 August 2022, 09:35:29 UTC
Fix MEE-CBC example failing smt call
Tip revision: f8c2cac
.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