Revision c7fb3d930e037040429471c044c368ba00561469 authored by Yi Lee on 11 August 2022, 23:15:39 UTC, committed by Pierre-Yves Strub on 29 August 2022, 13:03:15 UTC
1 parent b2273f0
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