Skip to content

Commit

Permalink
Update VS Code extensions and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed Apr 17, 2024
1 parent febda3f commit 29ca799
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Normalize line endings to LF for all files considered text by Git
* text=auto eol=lf

# Never perform LF normalization on these files
*.ico binary
*.jar binary
*.png binary
*.zip binary
5 changes: 2 additions & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"recommendations": [
"dart-code.dart-code",
"dart-code.flutter",
"streetsidesoftware.code-spell-checker",
"nhoizey.gremlins",
"adam-bender.commit-message-editor"
"mhutchie.git-graph",
"nhoizey.gremlins"
]
}
13 changes: 4 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"dart.lineLength": 100,
"files.eol": "\n",
"editor.rulers": [
80,
100,
120
],
"cSpell.words": [
"anaurelian",
"helloworldcounters",
"techaurelian"
80,100,120
],
"dart.lineLength": 100,
"editor.tabSize": 2,
}

0 comments on commit 29ca799

Please sign in to comment.