Skip to content

Instantly share code, notes, and snippets.

@desi-programmer
Created September 10, 2021 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desi-programmer/7a6ff64302e2e1e6111dbdcb2526bfcd to your computer and use it in GitHub Desktop.
Save desi-programmer/7a6ff64302e2e1e6111dbdcb2526bfcd to your computer and use it in GitHub Desktop.
Configuration for Different Code Editors. config.cson is for Atom
"*":
core:
telemetryConsent: "no"
themes: [
"one-dark-ui"
"base16-tomorrow-dark-theme"
]
editor:
defaultFontSize: 18
fontFamily: "FantasqueSansMono NF,Menlo, Consolas, DejaVu Sans Mono, monospace"
fontSize: 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment