https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 9879a574e260e357704a2b52a306e4c4bd99845a authored by François Dupressoir on 16 June 2023, 16:20:19 UTC
[ci] add SHA3 to external CI
Tip revision: 9879a57
.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