https://github.com/EasyCrypt/easycrypt
Revision 07b937c009cf12373299c8f58c803210c1f8af37 authored by Pierre-Yves Strub on 20 November 2020, 22:16:40 UTC, committed by Pierre-Yves Strub on 20 November 2020, 22:16:40 UTC
1 parent 6f68e27
Raw File
Tip revision: 07b937c009cf12373299c8f58c803210c1f8af37 authored by Pierre-Yves Strub on 20 November 2020, 22:16:40 UTC
Small addititions on distributions
Tip revision: 07b937c
.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