https://github.com/EasyCrypt/easycrypt
Revision 136b237dc87dadd94605827b30064c37fff1ef99 authored by Pierre-Yves Strub on 15 April 2020, 09:39:30 UTC, committed by Pierre-Yves Strub on 15 April 2020, 09:39:30 UTC
1 parent 5eba66b
Raw File
Tip revision: 136b237dc87dadd94605827b30064c37fff1ef99 authored by Pierre-Yves Strub on 15 April 2020, 09:39:30 UTC
lemma: fun_ext2
Tip revision: 136b237
.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