https://github.com/EasyCrypt/easycrypt
Revision ea13c71abee15eabb09ab0de80139ea0e7cdf626 authored by Benjamin Gregoire on 27 November 2020, 16:46:54 UTC, committed by Benjamin Gregoire on 27 November 2020, 16:46:54 UTC
1 parent 2363562
Raw File
Tip revision: ea13c71abee15eabb09ab0de80139ea0e7cdf626 authored by Benjamin Gregoire on 27 November 2020, 16:46:54 UTC
simplify t_split
Tip revision: ea13c71
.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