https://github.com/EasyCrypt/easycrypt
Revision 21e8fce3e5326fa62847f49cb1dc0303051b866c authored by Pierre-Yves Strub on 09 April 2020, 16:21:20 UTC, committed by Pierre-Yves Strub on 09 April 2020, 16:21:20 UTC
1 parent d41a34d
Raw File
Tip revision: 21e8fce3e5326fa62847f49cb1dc0303051b866c authored by Pierre-Yves Strub on 09 April 2020, 16:21:20 UTC
CI: move to slack notification
Tip revision: 21e8fce
.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