https://github.com/EasyCrypt/easycrypt
Revision 11ee22527d16e86285e5ec50ca585f073a6e63df authored by François Dupressoir on 20 May 2020, 11:36:29 UTC, committed by François Dupressoir on 26 May 2020, 16:01:26 UTC
1 parent 66b2b41
Raw File
Tip revision: 11ee22527d16e86285e5ec50ca585f073a6e63df authored by François Dupressoir on 20 May 2020, 11:36:29 UTC
Attempt to plug things back in.
Tip revision: 11ee225
.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