diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-07-17 15:45:25 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-07-17 15:45:25 +0200 |
| commit | f649c2ff757f6196bac385f7e929e063aef390ba (patch) | |
| tree | ea6a4161ee873771157a072d4e7a5dd031e8e5ba /tests/indent | |
| parent | bot(lockfile): update facility, idl, templ (diff) | |
| download | nvim-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.php | 24 |
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; +} +?> |
