https://github.com/EasyCrypt/easycrypt
Revision d49a3f6bffee770c64db72dfcc0ed39470c8faf2 authored by Pierre-Yves Strub on 13 June 2017, 20:31:03 UTC, committed by Pierre-Yves Strub on 13 June 2017, 20:31:03 UTC
1 parent 1953e05
Raw File
Tip revision: d49a3f6bffee770c64db72dfcc0ed39470c8faf2 authored by Pierre-Yves Strub on 13 June 2017, 20:31:03 UTC
Travis
Tip revision: d49a3f6
.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