diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4be6e01 --- /dev/null +++ b/.gitattributes @@ -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 \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json index cce924f..2032440 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -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" ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index fff8660..c54b83e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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, } \ No newline at end of file