aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-07-17 15:45:25 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-07-17 15:45:25 +0200
commitf649c2ff757f6196bac385f7e929e063aef390ba (patch)
treeea6a4161ee873771157a072d4e7a5dd031e8e5ba /tests/indent
parentbot(lockfile): update facility, idl, templ (diff)
downloadnvim-treesitter-f649c2ff757f6196bac385f7e929e063aef390ba.tar
nvim-treesitter-f649c2ff757f6196bac385f7e929e063aef390ba.tar.gz
nvim-treesitter-f649c2ff757f6196bac385f7e929e063aef390ba.tar.bz2
nvim-treesitter-f649c2ff757f6196bac385f7e929e063aef390ba.tar.lz
nvim-treesitter-f649c2ff757f6196bac385f7e929e063aef390ba.tar.xz
nvim-treesitter-f649c2ff757f6196bac385f7e929e063aef390ba.tar.zst
nvim-treesitter-f649c2ff757f6196bac385f7e929e063aef390ba.zip
fix(php): correct line endings
Diffstat (limited to 'tests/indent')
-rw-r--r--tests/indent/php/issue-6888.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/indent/php/issue-6888.php b/tests/indent/php/issue-6888.php
index 950cb8119..a0bcb3717 100644
--- a/tests/indent/php/issue-6888.php
+++ b/tests/indent/php/issue-6888.php
@@ -1,12 +1,12 @@
-<?php
-enum DaysOfWeek: int
-{
- case Sunday = 0;
- case Monday = 1;
-}
-
-class Foo {
- public int $id;
- public string $brand;
-}
-?> \ No newline at end of file
+<?php
+enum DaysOfWeek: int
+{
+ case Sunday = 0;
+ case Monday = 1;
+}
+
+class Foo {
+ public int $id;
+ public string $brand;
+}
+?>