Skip to content

Commit

Permalink
➕ Add Vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfahan committed May 8, 2021
1 parent ba34233 commit b09c29d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/build

# Local editor settings
.vscode/*
.settings
.project
.tmproj
Expand Down
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#805ad5",
"titleBar.inactiveBackground": "#805ad5",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveForeground": "#ffffff"
}
}
22 changes: 22 additions & 0 deletions .vscode/spellright.dict
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
url
dist
src
css
npm
xs
sm
lg
zindex
screenreaders
clearfix
misc
str
stylelint
Mixin
hr
i
fff
rgba
clr
ive
fillout

0 comments on commit b09c29d

Please sign in to comment.