Add 'end_of_line = lf' to .editorconfig (#2969)

* Update .editorconfig

Added line feed

* Update .editorconfig

Added to .editorconfig in src folder
This commit is contained in:
BennyBPB
2023-07-06 03:54:12 +02:00
committed by GitHub
parent 7ff88d3091
commit 3f3f268ca4
2 changed files with 2 additions and 0 deletions

1
dist/.editorconfig vendored
View File

@@ -4,6 +4,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

View File

@@ -4,6 +4,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true