diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 3cfdc35..540a9b0 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,7 +2,7 @@ . ((eval . (put 'with-blend-mode 'scheme-indent-function 1)) (eval . (put 'with-depth-test 'scheme-indent-function 1)) - (eval . (put 'with-texture 'scheme-indent-function 1)) + (eval . (put 'with-texture 'scheme-indent-function 2)) (eval . (put 'with-shader 'scheme-indent-function 1)) (eval . (put 'with-vertex-array 'scheme-indent-function 1)) (eval . (put 'with-projection 'scheme-indent-function 1)) |