https://github.com/EasyCrypt/easycrypt
Revision 20646173f2ec66a6e090e92488d89629f7679c1a authored by Pierre-Yves Strub on 10 June 2020, 07:28:45 UTC, committed by Pierre-Yves Strub on 10 June 2020, 07:28:49 UTC
1 parent 763732a
Raw File
Tip revision: 20646173f2ec66a6e090e92488d89629f7679c1a authored by Pierre-Yves Strub on 10 June 2020, 07:28:45 UTC
"search" now works with notations
Tip revision: 2064617
.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