https://github.com/EasyCrypt/easycrypt
Revision 9300a3afe872ccb167620b1ea7dd1c19d229cf02 authored by Pierre-Yves Strub on 15 October 2019, 19:19:51 UTC, committed by Pierre-Yves Strub on 15 October 2019, 19:19:51 UTC
1 parent ab40fa2
Raw File
Tip revision: 9300a3afe872ccb167620b1ea7dd1c19d229cf02 authored by Pierre-Yves Strub on 15 October 2019, 19:19:51 UTC
pseudo-ring (minus assoc)
Tip revision: 9300a3a
.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