https://github.com/EasyCrypt/easycrypt
Revision f847e50d99ba296011be0daa8afa45b646b2609f authored by Benjamin Gregoire on 19 April 2021, 12:18:53 UTC, committed by Benjamin Gregoire on 19 April 2021, 12:18:53 UTC
1 parent cdd755f
Raw File
Tip revision: f847e50d99ba296011be0daa8afa45b646b2609f authored by Benjamin Gregoire on 19 April 2021, 12:18:53 UTC
fix IBE_GPV.ec
Tip revision: f847e50
.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