https://github.com/EasyCrypt/easycrypt
Revision e77d6596f18ecb90f062f826c9c5a36fe7cc1a44 authored by Pierre-Yves Strub on 14 October 2019, 07:45:06 UTC, committed by Pierre-Yves Strub on 14 October 2019, 07:45:06 UTC
1 parent 297f528
Raw File
Tip revision: e77d6596f18ecb90f062f826c9c5a36fe7cc1a44 authored by Pierre-Yves Strub on 14 October 2019, 07:45:06 UTC
Misc. in SmtMap.ec
Tip revision: e77d659
.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