Skip to content

Commit

Permalink
added white spaces extention recommendation | added EOF new line setting
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Oct 19, 2023
1 parent f2cb857 commit c278c06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"ms-python.black-formatter",
"streetsidesoftware.code-spell-checker",
"kevinrose.vsc-python-indent",
"ms-python.python"
"ms-python.python",
"shardulm94.trailing-spaces"
]
}
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
},
"custom": true,
"internal-terms": false
}
}
},
"files.insertFinalNewline": true
}

0 comments on commit c278c06

Please sign in to comment.