Revision efab580ccd8bd85d79288dc4a8d96ef24a215ff0 authored by oskgo on 14 February 2023, 14:59:30 UTC, committed by Pierre-Yves Strub on 14 February 2023, 15:25:42 UTC
1 parent 6f695ba
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