Skip to content

Instantly share code, notes, and snippets.

@flamanta
Last active June 10, 2020 02:37
Show Gist options
  • Save flamanta/baac107c293b1e238b77280b23ea7b5f to your computer and use it in GitHub Desktop.
Save flamanta/baac107c293b1e238b77280b23ea7b5f to your computer and use it in GitHub Desktop.
My VSCode setup

My VSCode setup

code style: prettier

My setup for VS Code. I use VS Code on both Windows and Linux.

Contents

Extensions

Brackets

Color Theme

Git

GitHub

Icon Theme

Markdown

Python

Web

Settings

Editor

  • Default Formatter: esbenp.prettier-vscode
  • Format On Save: On

Python › Formatting

  • Provider: black
  • Black Args: ["--line-length=79"]

Python › Linting

  • Provider: pep8
  • Pep8 Enabled: On
  • Pep8 Args: --ignore=E501

Author

👤 Wei Min Cher

Show Your Support

Please ⭐️ this repository if this project helped you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment