https://github.com/EasyCrypt/easycrypt
Revision fe9a17135eeef180b23922a06d5ce62d747aae7f authored by Francois Dupressoir on 03 December 2021, 05:08:44 UTC, committed by Pierre-Yves Strub on 03 December 2021, 05:09:09 UTC
1 parent 541aa08
Raw File
Tip revision: fe9a17135eeef180b23922a06d5ce62d747aae7f authored by Francois Dupressoir on 03 December 2021, 05:08:44 UTC
Update ci.yml
Tip revision: fe9a171
.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