https://github.com/EasyCrypt/easycrypt
Revision bd4c7066f9126df927439eceb3ed9eab191c1d4a authored by Pierre-Yves Strub on 21 March 2018, 09:06:16 UTC, committed by Pierre-Yves Strub on 21 March 2018, 09:06:16 UTC
1 parent 0c76343
Raw File
Tip revision: bd4c7066f9126df927439eceb3ed9eab191c1d4a authored by Pierre-Yves Strub on 21 March 2018, 09:06:16 UTC
New command: why3config
Tip revision: bd4c706
.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