Revision 56054fd63daac6e26b37efc5572236ba75a2ad1f authored by oskgo on 18 October 2022, 22:05:21 UTC, committed by Pierre-Yves Strub on 19 October 2022, 06:41:28 UTC
1 parent 2a75df5
Raw File
.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