https://github.com/EasyCrypt/easycrypt
Revision 532fd5d0a3f696121ac26ccc969d4da0ea8b9769 authored by Pierre-Yves Strub on 04 March 2017, 08:19:21 UTC, committed by Pierre-Yves Strub on 04 March 2017, 08:19:21 UTC
1 parent 249f7c1
Raw File
Tip revision: 532fd5d0a3f696121ac26ccc969d4da0ea8b9769 authored by Pierre-Yves Strub on 04 March 2017, 08:19:21 UTC
update copyright meta-data
Tip revision: 532fd5d
.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