Revision f6ca7bf298de04570912bf21065a01c819207c45 authored by Pierre-Yves Strub on 29 June 2022, 09:13:11 UTC, committed by Pierre-Yves Strub on 29 June 2022, 14:12:18 UTC
1 parent dafa224
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