branch: elpa/typst-ts-mode commit 06a6c6f5dfabb9f0ca9bfd397ff54a1b3f326b5d Author: Huan Nguyen <nguyenthieuh...@gmail.com> Commit: Huan Nguyen <nguyenthieuh...@gmail.com>
style: .dir-locals.el to turn off indent-tabs-mode --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000000..df2c4f61a2 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((nil . ((indent-tabs-mode . nil))))