https://github.com/EasyCrypt/easycrypt
Revision 3b9667b4c1eb04d8d5d0c9db5729c39248c5b88f authored by Pierre-Yves Strub on 14 October 2019, 06:27:33 UTC, committed by Pierre-Yves Strub on 14 October 2019, 06:27:33 UTC
Pragmas are: PrPo:{pr,po}:{raw,ands}

(Pragma system has been revamped by this commit)
1 parent 66e7f99
Raw File
Tip revision: 3b9667b4c1eb04d8d5d0c9db5729c39248c5b88f authored by Pierre-Yves Strub on 14 October 2019, 06:27:33 UTC
Pragmas for printing pre/post as a list of their resp. conjunctions
Tip revision: 3b9667b
.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