https://github.com/EasyCrypt/easycrypt
Revision 1313a7da71c6007248cdb9ac2cb0401946b9d72d authored by François Dupressoir on 14 April 2021, 18:20:13 UTC, committed by François Dupressoir on 14 April 2021, 18:20:13 UTC
2 parent s 49d7ad3 + 2afb775
Raw File
Tip revision: 1313a7da71c6007248cdb9ac2cb0401946b9d72d authored by François Dupressoir on 14 April 2021, 18:20:13 UTC
Merge remote-tracking branch 'origin/1.0' into deploy-clean-oldmonoid
Tip revision: 1313a7d
.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