This commit is contained in:
Alexandre
2022-01-10 17:04:10 +01:00
parent 8cc3be52a7
commit 742045232c

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"files.eol": "\n",
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.cursorStyle": "block"
}