.dir-locals.el 177 B

123456
  1. ((nil (tab-width . 8))
  2. (lua-mode (indent-tabs-mode . t)
  3. (lua-indent-level . 8)
  4. (lua-indent-close-paren-align . nil)
  5. (lua-indent-nested-block-content-align . nil)))