Skip to content

Commit

Permalink
do not add new line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Aug 25, 2024
1 parent f6507c6 commit ee35f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
#insert_final_newline = true

[*.bat]
end_of_line = crlf
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/phario-manifest-2.0.x-dev/console-style.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ phar-io/manifest: <info>dev-master@97803ec</info>
<comment>requires</comment> ext-dom <comment>*</comment>: <info>20031129</info>
<comment>requires</comment> ext-phar <comment>*</comment>: <info>8.2.21</info>
<comment>requires</comment> ext-xmlwriter <comment>*</comment>: <info>8.2.21</info>
<comment>requires</comment> phar-io/version <comment>^3.0.1</comment>: <info>3.0.1</info>
<comment>requires</comment> phar-io/version <comment>^3.0.1</comment>: <info>3.0.1</info>

0 comments on commit ee35f48

Please sign in to comment.