https://github.com/EasyCrypt/easycrypt
Revision 6c010d0398f1c9f8b1f27054b912aa3eef00f7c5 authored by Pierre-Yves Strub on 21 February 2018, 15:25:06 UTC, committed by Pierre-Yves Strub on 21 February 2018, 15:26:26 UTC
1 parent 459d1a1
Raw File
Tip revision: 6c010d0398f1c9f8b1f27054b912aa3eef00f7c5 authored by Pierre-Yves Strub on 21 February 2018, 15:25:06 UTC
Travis/Docker : sync UID/GID + fix reports publication
Tip revision: 6c010d0
.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