https://github.com/EasyCrypt/easycrypt
Revision c7988e8308f209786d536ff04bcb6fc6d2b6c2a9 authored by Pierre-Yves Strub on 04 November 2017, 22:35:35 UTC, committed by Pierre-Yves Strub on 04 November 2017, 22:35:35 UTC
1 parent d492fcd
Raw File
Tip revision: c7988e8308f209786d536ff04bcb6fc6d2b6c2a9 authored by Pierre-Yves Strub on 04 November 2017, 22:35:35 UTC
keywords script: add support for python output.
Tip revision: c7988e8
.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