https://github.com/EasyCrypt/easycrypt
Revision 88e05a0eeb88e2a247bc0c0c0625f0212376fc1d authored by Benjamin Gregoire on 12 January 2021, 14:55:42 UTC, committed by Benjamin Gregoire on 12 January 2021, 14:55:42 UTC
1 parent 5583bca
Raw File
Tip revision: 88e05a0eeb88e2a247bc0c0c0625f0212376fc1d authored by Benjamin Gregoire on 12 January 2021, 14:55:42 UTC
t_subst not in the trusted base + some improvement to />.
Tip revision: 88e05a0
.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