Skip to content

Commit

Permalink
Merge branch 'fix-code-integrery' into custom_loading_indicator_screen
Browse files Browse the repository at this point in the history
# Conflicts:
#	.vscode/settings.json
  • Loading branch information
stan-at-work committed Dec 17, 2024
2 parents 6383244 + fdeb674 commit 476f83b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"dart.lineLength": 80, // most used
"files.eol": "\r\n" // This makes sure, that the EOL (End of Line seperator) is always \r\n (CRLF) and not \n (LF) to avoid git difs errors
"dart.lineLength": 80,
"files.eol": "auto",
"prettier.endOfLine": "auto"
}

0 comments on commit 476f83b

Please sign in to comment.