https://github.com/EasyCrypt/easycrypt
Revision 46ba308dda73ada52cdbd998fb1c640037d75267 authored by Christian Doczkal on 14 December 2021, 09:43:58 UTC, committed by Pierre-Yves Strub on 05 January 2022, 13:39:35 UTC
Co-authored-by: Francois Dupressoir <fdupress@gmail.com>
1 parent 49e768e
Raw File
Tip revision: 46ba308dda73ada52cdbd998fb1c640037d75267 authored by Christian Doczkal on 14 December 2021, 09:43:58 UTC
Apply suggestions from code review
Tip revision: 46ba308
.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