https://github.com/EasyCrypt/easycrypt
Revision 87273a4dbe29b0b089bf610a4de00aaae805ddfb authored by Adrien Koutsos on 08 April 2020, 10:37:25 UTC, committed by Adrien Koutsos on 08 April 2020, 10:37:25 UTC
1 parent 952baf6
Raw File
Tip revision: 87273a4dbe29b0b089bf610a4de00aaae805ddfb authored by Adrien Koutsos on 08 April 2020, 10:37:25 UTC
printing improvement
Tip revision: 87273a4
.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