https://github.com/EasyCrypt/easycrypt
Revision a6d98015caf17e9292d63ced474380c304194f07 authored by Antoine Séré on 27 February 2021, 11:42:50 UTC, committed by Antoine Séré on 27 February 2021, 11:42:50 UTC
1 parent 4e72a78
Raw File
Tip revision: a6d98015caf17e9292d63ced474380c304194f07 authored by Antoine Séré on 27 February 2021, 11:42:50 UTC
additive and multiplicative left in CRT
Tip revision: a6d9801
.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