https://github.com/EasyCrypt/easycrypt
Revision 7cee24fefb76ef53179a58541737bbab0b776c04 authored by François Dupressoir on 02 August 2017, 16:25:11 UTC, committed by Pierre-Yves Strub on 28 September 2017, 11:37:51 UTC
1 parent 44ae0e6
Raw File
Tip revision: 7cee24fefb76ef53179a58541737bbab0b776c04 authored by François Dupressoir on 02 August 2017, 16:25:11 UTC
Support recursive exclusions in test targets
Tip revision: 7cee24f
.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