https://github.com/EasyCrypt/easycrypt
Revision ab29b3b57fa94bb738f32a604ae1db5a4b50e23a authored by Pierre-Yves Strub on 26 October 2017, 21:55:18 UTC, committed by Pierre-Yves Strub on 26 October 2017, 21:55:18 UTC
1 parent 3f125db
Raw File
Tip revision: ab29b3b57fa94bb738f32a604ae1db5a4b50e23a authored by Pierre-Yves Strub on 26 October 2017, 21:55:18 UTC
Libraries: distr: killing admits
Tip revision: ab29b3b
.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