Skip to content

Commit ced5458

Browse files
fix: add .editorconfig to fix error due to line endings on Windows (#5292)
Added editor config file to ensure that line endings are the same regardless of the OS (This was causing problems for Windows + Docker) ## Steps for reproduction (Windows) 1. Clone webstudion builder and open with vs code, docker, etc. 2. every single file will have a git status of "m" (modified) due to changed line endings ## Code Review hi @kof, I need you to take a look and make sure this is an ideal fix It seems to work great on my end.
1 parent 310ab3a commit ced5458

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf

0 commit comments

Comments
 (0)