https://github.com/EasyCrypt/easycrypt
Revision 9e231d473984ba740547ddb39e45a74f970b6393 authored by nemeras on 04 February 2018, 16:49:10 UTC, committed by nemeras on 04 February 2018, 16:49:10 UTC
1 parent 316fc53
Raw File
Tip revision: 9e231d473984ba740547ddb39e45a74f970b6393 authored by nemeras on 04 February 2018, 16:49:10 UTC
Printing of a Dynamic Record
Tip revision: 9e231d4
.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