https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: eb414fdfa225b19787aa0e0b9faeebfc026463e9 authored by Pierre-Yves Strub on 15 October 2019, 08:39:00 UTC
Merge branch '1.0' into deploy-wp-kw
Tip revision: eb414fd
.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