Revision ff7b69855d019c5a1361aeb40060d6b8784d22f1 authored by AVANZINI Martin on 26 October 2023, 17:56:30 UTC, committed by Pierre-Yves Strub on 08 November 2023, 11:03:26 UTC
1 parent 99ec9f4
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