https://github.com/EasyCrypt/easycrypt
Revision 5a31709a64330b38867737b438a7cd2a9fdfd00a authored by Benjamin Gregoire on 12 December 2018, 17:00:34 UTC, committed by Benjamin Gregoire on 12 December 2018, 17:00:34 UTC
1 parent 17eced8
Raw File
Tip revision: 5a31709a64330b38867737b438a7cd2a9fdfd00a authored by Benjamin Gregoire on 12 December 2018, 17:00:34 UTC
simplify proof
Tip revision: 5a31709
.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