https://github.com/EasyCrypt/easycrypt
Revision 89fb774cbd6b5c9af2ddb19bd7781ddf05def8b8 authored by François Dupressoir on 02 August 2017, 16:25:38 UTC, committed by Pierre-Yves Strub on 28 September 2017, 11:37:51 UTC
1 parent 7cee24f
Raw File
Tip revision: 89fb774cbd6b5c9af2ddb19bd7781ddf05def8b8 authored by François Dupressoir on 02 August 2017, 16:25:38 UTC
exclude examples/incomplete recursively
Tip revision: 89fb774
.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