https://github.com/EasyCrypt/easycrypt
Revision 1923b91e470a10492b290224f9f28db63ff9f307 authored by François Dupressoir on 14 November 2017, 14:04:42 UTC, committed by François Dupressoir on 14 November 2017, 14:04:42 UTC
1 parent 9bdd6dd
Raw File
Tip revision: 1923b91e470a10492b290224f9f28db63ff9f307 authored by François Dupressoir on 14 November 2017, 14:04:42 UTC
Minimal attempt at stabilising Hybrid
Tip revision: 1923b91
.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