https://github.com/EasyCrypt/easycrypt
Revision 65f0514efbe6f3fa214bd11712cd8cd8b20c6a9a authored by Pierre-Yves Strub on 10 June 2020, 14:14:30 UTC, committed by Pierre-Yves Strub on 10 June 2020, 14:14:30 UTC
2 parent s 2558d8a + 74142f2
Raw File
Tip revision: 65f0514efbe6f3fa214bd11712cd8cd8b20c6a9a authored by Pierre-Yves Strub on 10 June 2020, 14:14:30 UTC
Merge branch 'deploy-theory-matrix-ring' into deploy-rewrite
Tip revision: 65f0514
.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