https://github.com/EasyCrypt/easycrypt
Revision 2dd053cce49e6289cf568e0816cdf6d5476b736d authored by Benjamin Gregoire on 12 September 2019, 19:05:48 UTC, committed by Benjamin Gregoire on 12 September 2019, 20:35:16 UTC
1 parent 7fb964c
Raw File
Tip revision: 2dd053cce49e6289cf568e0816cdf6d5476b736d authored by Benjamin Gregoire on 12 September 2019, 19:05:48 UTC
add assumption
Tip revision: 2dd053c
.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