https://github.com/EasyCrypt/easycrypt
Revision ec2fa269bf5ff7a1e3039ea6e06aa803f280c283 authored by Pierre-Yves Strub on 19 March 2017, 13:37:00 UTC, committed by Pierre-Yves Strub on 19 March 2017, 13:37:14 UTC
1 parent d09c1a7
Raw File
Tip revision: ec2fa269bf5ff7a1e3039ea6e06aa803f280c283 authored by Pierre-Yves Strub on 19 March 2017, 13:37:00 UTC
Splitting and fixing Int.ec
Tip revision: ec2fa26
.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