https://github.com/EasyCrypt/easycrypt
Revision 432c181638e8300c36934b1eb74bc45894622e26 authored by Pierre-Yves Strub on 04 April 2021, 17:54:08 UTC, committed by Pierre-Yves Strub on 04 April 2021, 17:54:08 UTC
1 parent 748c9ef
Raw File
Tip revision: 432c181638e8300c36934b1eb74bc45894622e26 authored by Pierre-Yves Strub on 04 April 2021, 17:54:08 UTC
README: fix why3 config command
Tip revision: 432c181
.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