Revision ddb2336c0b2c47b013663e032311c3ff559f934a authored by Pierre-Yves Strub on 08 October 2022, 11:10:02 UTC, committed by bgregoir on 08 October 2022, 11:41:17 UTC
Postfix operators are named "(%x)" where x is a low-ident.

This generalizes the %r notation.
1 parent 58d5547
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