Skip to content

Editor configuration

Augusto Stoffel edited this page Jan 20, 2023 · 2 revisions

Emacs

This is a suitable .dir-locals.el file to work on this project.

;;; Directory Local Variables            -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((indent-tabs-mode . nil)))
 (lua-mode . ((lua-indent-level . 2)
              (outline-regexp . "--\\(\\*+\\)")))
 ("data/" (nil . ((fill-column . 78))))
 (auto-mode-alist . (("\\.tags\\'" . lua-mode)
                     ("\\.texlua\\'" . lua-mode)
                     ("\\.rockspec\\'" . lua-mode))))
Clone this wiki locally