https://github.com/EasyCrypt/easycrypt
Revision ce4696e8fda62f139f0f826257805dbdfb34f4d4 authored by Pierre-Yves Strub on 03 June 2022, 12:02:28 UTC, committed by Pierre-Yves Strub on 03 June 2022, 12:02:28 UTC
1 parent 47dbe8b
Raw File
Tip revision: ce4696e8fda62f139f0f826257805dbdfb34f4d4 authored by Pierre-Yves Strub on 03 June 2022, 12:02:28 UTC
[stdlib]: more on dfun
Tip revision: ce4696e
.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