generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated default settings for containers
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,13 +71,14 @@ Relevant Extensions to install: | |
+ Docker | ||
+ Black Formatter | ||
- Set `Editor: Default Formatter' as 'Black Formatter'. | ||
- Go to `Black-formatter: Args` and set `--line-length=80`. | ||
- Go to `Black-formatter: Args` and set `--line-length=79`. | ||
- Set `editor.formatOnSave` to `true`. | ||
+ autoDocstring | ||
- You can choose the docstring format of your preference. | ||
+ GitLens | ||
+ Dev Containers | ||
- Include all the previous extensions by identifier within `Dev Containers: Default Extensions` so all your extensions will always be installed. | ||
- Update the dev.containers.defaultFeatures and include inside it all the settings you want to propagate to your containers. (e.g. all the black Formatter and autoDocstring settings) | ||
|
||
## 4. Connect to GitHub with SSH | ||
+ Generate new ssh key, `ssh-keygen -t ed25519 -C "[[email protected]]"` | ||
|