https://github.com/EasyCrypt/easycrypt
Revision bde8af89d62f1aa512cac7f576271bd4f2e401dc authored by Cameron Low on 28 March 2023, 16:09:16 UTC, committed by Pierre-Yves Strub on 02 May 2023, 09:38:19 UTC
1 parent f626259
Raw File
Tip revision: bde8af89d62f1aa512cac7f576271bd4f2e401dc authored by Cameron Low on 28 March 2023, 16:09:16 UTC
Track the argument variables as well. Also update ROM proof.
Tip revision: bde8af8
.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