https://github.com/EasyCrypt/easycrypt
Revision 2d97328297b52def690f3b97a0db35f4d4c31129 authored by Pierre-Yves Strub on 23 October 2017, 02:56:49 UTC, committed by Pierre-Yves Strub on 23 October 2017, 02:56:49 UTC
1 parent 3b4aeec
Raw File
Tip revision: 2d97328297b52def690f3b97a0db35f4d4c31129 authored by Pierre-Yves Strub on 23 October 2017, 02:56:49 UTC
build script: pass ECBRANCH to docker
Tip revision: 2d97328
.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