https://github.com/EasyCrypt/easycrypt
Revision c750a581c3305c0d4c7a27205f9922ec3077de7b authored by François Dupressoir on 20 May 2021, 09:59:20 UTC, committed by François Dupressoir on 20 May 2021, 09:59:20 UTC
1 parent 82fd774
Raw File
Tip revision: c750a581c3305c0d4c7a27205f9922ec3077de7b authored by François Dupressoir on 20 May 2021, 09:59:20 UTC
FinType.FinType → FinType
Tip revision: c750a58
.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