https://github.com/EasyCrypt/easycrypt
Revision af25c22f260f547e0d80b746a861aed4c3b53bb9 authored by Benjamin Gregoire on 19 June 2019, 13:28:03 UTC, committed by Benjamin Gregoire on 19 June 2019, 13:28:03 UTC
1 parent fc8d388
Raw File
Tip revision: af25c22f260f547e0d80b746a861aed4c3b53bb9 authored by Benjamin Gregoire on 19 June 2019, 13:28:03 UTC
Bug fixing in phl ([closes #17380])
Tip revision: af25c22
.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