https://github.com/EasyCrypt/easycrypt
Revision fd7a34f7be427135f3fd66b0f88078e42b883ef4 authored by Pierre-Yves Strub on 23 October 2017, 04:28:35 UTC, committed by Pierre-Yves Strub on 23 October 2017, 04:28:35 UTC
1 parent fb22315
Raw File
Tip revision: fd7a34f7be427135f3fd66b0f88078e42b883ef4 authored by Pierre-Yves Strub on 23 October 2017, 04:28:35 UTC
Libraries: link Real.(^) with generic one.
Tip revision: fd7a34f
.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