https://github.com/EasyCrypt/easycrypt
Revision 7f5b7125ec06ba92eab07f35d39b937b418aff2b authored by Manuel Barbosa on 10 November 2022, 23:12:22 UTC, committed by Manuel Barbosa on 10 November 2022, 23:12:22 UTC
1 parent acc1050
Raw File
Tip revision: 7f5b7125ec06ba92eab07f35d39b937b418aff2b authored by Manuel Barbosa on 10 November 2022, 23:12:22 UTC
Examples fixed for new QROM version
Tip revision: 7f5b712
.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