https://github.com/EasyCrypt/easycrypt
Revision a0a0c9b4b4f580c67360cbdb1d45479bdb10427d authored by Pierre-Yves Strub on 04 April 2021, 07:17:16 UTC, committed by Pierre-Yves Strub on 04 April 2021, 07:17:16 UTC
1 parent 20a6183
Raw File
Tip revision: a0a0c9b4b4f580c67360cbdb1d45479bdb10427d authored by Pierre-Yves Strub on 04 April 2021, 07:17:16 UTC
Upgrade versions of supported provers
Tip revision: a0a0c9b
.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