https://github.com/EasyCrypt/easycrypt
Revision 7b08b6728cc61c131c380b260d21e51f2c05dc4d authored by Shih-Han Hung on 13 August 2021, 04:27:43 UTC, committed by Shih-Han Hung on 13 August 2021, 04:27:43 UTC
1 parent ae361d7
Raw File
Tip revision: 7b08b6728cc61c131c380b260d21e51f2c05dc4d authored by Shih-Han Hung on 13 August 2021, 04:27:43 UTC
PRF hypothesis
Tip revision: 7b08b67
.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