https://github.com/EasyCrypt/easycrypt
Revision b6a4d3a2a143acbb3d71aa17f0e8ff7fa09d0690 authored by Pierre-Yves Strub on 01 October 2019, 14:26:02 UTC, committed by Pierre-Yves Strub on 01 October 2019, 19:49:59 UTC
1 parent 4860685
Raw File
Tip revision: b6a4d3a2a143acbb3d71aa17f0e8ff7fa09d0690 authored by Pierre-Yves Strub on 01 October 2019, 14:26:02 UTC
Docker: bump Z3 version
Tip revision: b6a4d3a
.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