https://github.com/EasyCrypt/easycrypt
Revision 2a78686f0ad72e76103e5e100e418d837e1f0fd5 authored by François Dupressoir on 11 August 2017, 16:15:05 UTC, committed by François Dupressoir on 11 August 2017, 16:15:05 UTC
1 parent 379e448
Raw File
Tip revision: 2a78686f0ad72e76103e5e100e418d837e1f0fd5 authored by François Dupressoir on 11 August 2017, 16:15:05 UTC
typos in Distr (comments)
Tip revision: 2a78686
.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