https://github.com/EasyCrypt/easycrypt
Revision a4fb49d6d623489c18cc5cc7e32fdabb95af018b authored by Pierre-Yves Strub on 04 August 2019, 19:07:17 UTC, committed by Pierre-Yves Strub on 04 August 2019, 19:07:17 UTC
1 parent af281fd
Raw File
Tip revision: a4fb49d6d623489c18cc5cc7e32fdabb95af018b authored by Pierre-Yves Strub on 04 August 2019, 19:07:17 UTC
fix Why3 literals comparisons
Tip revision: a4fb49d
.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