Revision 495667a64db64dd3af4176da6ecaf1c73d3c3a29 authored by Pierre-Yves Strub on 07 September 2016, 10:14:18 UTC, committed by Pierre-Yves Strub on 07 September 2016, 10:14:18 UTC
I.e., in eqs. that have been introduced after the last `split` or in
all eqs. if no `split` have ocurred.

[fix #17339]
1 parent 5b35f66
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