https://github.com/EasyCrypt/easycrypt
Revision 526d0c052d58c1bff9b489249f92d840056dea34 authored by Benjamin Gregoire on 20 April 2018, 14:36:26 UTC, committed by Benjamin Gregoire on 20 April 2018, 14:36:26 UTC
1 parent 1a54e95
Raw File
Tip revision: 526d0c052d58c1bff9b489249f92d840056dea34 authored by Benjamin Gregoire on 20 April 2018, 14:36:26 UTC
fix [#17369] : bug in printing of module application
Tip revision: 526d0c0
.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