https://github.com/EasyCrypt/easycrypt
Revision ca1f0d272a8cd9c3012f63ba9069d20af9a1d0d4 authored by Pierre-Yves Strub on 14 October 2020, 07:08:46 UTC, committed by Pierre-Yves Strub on 14 October 2020, 07:08:46 UTC
1 parent b34c174
Raw File
Tip revision: ca1f0d272a8cd9c3012f63ba9069d20af9a1d0d4 authored by Pierre-Yves Strub on 14 October 2020, 07:08:46 UTC
The command "import var" is now allowed at top-level
Tip revision: ca1f0d2
.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