https://github.com/EasyCrypt/easycrypt
Revision ed7bf6cc731a8bb862f0b240fd6a938b2747adf9 authored by Pierre-Yves Strub on 03 December 2018, 12:40:04 UTC, committed by Pierre-Yves Strub on 03 December 2018, 12:40:04 UTC
1 parent f120f53
Raw File
Tip revision: ed7bf6cc731a8bb862f0b240fd6a938b2747adf9 authored by Pierre-Yves Strub on 03 December 2018, 12:40:04 UTC
(internal API) - typed application soft-constructor for forms
Tip revision: ed7bf6c
.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