https://github.com/EasyCrypt/easycrypt
Revision 6feb5d7ba50f895e021a3d313fe2f9bbc4aa23dd authored by Benjamin Gregoire on 05 January 2021, 11:47:23 UTC, committed by Benjamin Gregoire on 05 January 2021, 11:47:23 UTC
1 parent 999561c
Raw File
Tip revision: 6feb5d7ba50f895e021a3d313fe2f9bbc4aa23dd authored by Benjamin Gregoire on 05 January 2021, 11:47:23 UTC
fix quadratic behavior of ecCallbyValue
Tip revision: 6feb5d7
.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