https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 714c8e6bfe1e3cf7aa99d92b50adc90faeb56589 authored by Pierre-Yves Strub on 18 October 2019, 08:18:11 UTC
Add EC hash to .eco
Tip revision: 714c8e6
.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