https://github.com/EasyCrypt/easycrypt
Revision f44260cc7cb55311ec5d81b119fd046dae83f6af authored by Pierre-Yves Strub on 16 April 2020, 09:41:06 UTC, committed by Pierre-Yves Strub on 16 April 2020, 09:41:06 UTC
1 parent 94786bc
Raw File
Tip revision: f44260cc7cb55311ec5d81b119fd046dae83f6af authored by Pierre-Yves Strub on 16 April 2020, 09:41:06 UTC
stdlib: distributions: dmap1E_can
Tip revision: f44260c
.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