https://github.com/EasyCrypt/easycrypt
Revision 559910bc569e170874587bd9a56d4029673ed0fa authored by Benjamin Gregoire on 22 February 2022, 05:52:41 UTC, committed by Pierre-Yves Strub on 22 February 2022, 09:41:14 UTC
1 parent ce4d8ca
Raw File
Tip revision: 559910bc569e170874587bd9a56d4029673ed0fa authored by Benjamin Gregoire on 22 February 2022, 05:52:41 UTC
Partially fix memory capture in substitutions
Tip revision: 559910b
.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