build: add emacs formatting configuration
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
A .dir-locals.el
@@ -0,0 +1,5 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((go-ts-mode . ((apheleia-formatter . golines))) + (web-mode . ((apheleia-formatter . prettier-gotmpl))))