diff options
| author | Kiyan <yazdani.kiyan@protonmail.com> | 2022-07-21 13:48:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-21 13:48:03 +0200 |
| commit | d7f06bfb1381a2741c1bcbadf1bc1e3ed77abea4 (patch) | |
| tree | eac4f46b175c67afbe488a874854913667c319d2 /tests/indent/lua/method_index_expr.lua | |
| parent | 223a58bfcab6bf33625726beca78f5d1b223cf72 (diff) | |
fix(indents): indents for error block (css, lua) (#3207)
Diffstat (limited to 'tests/indent/lua/method_index_expr.lua')
| -rw-r--r-- | tests/indent/lua/method_index_expr.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indent/lua/method_index_expr.lua b/tests/indent/lua/method_index_expr.lua new file mode 100644 index 00000000..3f0ad1fb --- /dev/null +++ b/tests/indent/lua/method_index_expr.lua @@ -0,0 +1,3 @@ +Node.new() + :call() + :build() |
