diff options
| author | Eric Zheng (PiaoDan) <zhengpiaodan@gmail.com> | 2022-07-09 16:58:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-09 10:58:25 +0200 |
| commit | 9587db3d077de1e118f40f8b880b36e594ba9ce6 (patch) | |
| tree | c9e9f7120ed8933e950229b234a47a87ab1040fc /tests/indent/ruby | |
| parent | ab3183107a34a0364888273239365fc868a5385c (diff) | |
fix: add more indentations for ruby (#3139)
Diffstat (limited to 'tests/indent/ruby')
| -rw-r--r-- | tests/indent/ruby/indent-assignment.rb | 2 | ||||
| -rw-r--r-- | tests/indent/ruby/indent-unless.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/indent/ruby/indent-assignment.rb b/tests/indent/ruby/indent-assignment.rb new file mode 100644 index 00000000..d0ae21ef --- /dev/null +++ b/tests/indent/ruby/indent-assignment.rb @@ -0,0 +1,2 @@ +ret = + 2 diff --git a/tests/indent/ruby/indent-unless.rb b/tests/indent/ruby/indent-unless.rb new file mode 100644 index 00000000..50bc2b45 --- /dev/null +++ b/tests/indent/ruby/indent-unless.rb @@ -0,0 +1,2 @@ +unless true +end |
