Skip to content

Instantly share code, notes, and snippets.

View ilkaydnc's full-sized avatar
✌️

İlkay Dinç ilkaydnc

✌️
  • Turkey
View GitHub Profile
[/]
audible-bell=false
background-color='rgb(29,31,33)'
background-transparency-percent=0
bold-color='rgb(197,200,198)'
bold-color-same-as-fg=false
cursor-background-color='rgb(214,67,67)'
cursor-colors-set=true
cursor-foreground-color='rgb(28,31,39)'
font='FreeMono Bold 12'
@ilkaydnc
ilkaydnc / prettier-config.md
Last active September 17, 2021 06:19
My Prettier Config

React

{
  "trailingComma": "es5",
  "tabWidth": 2,
  "semi": false,
  "printWidth": 80,
  "singleQuote": true,
 "useTabs": false,