Darker pop-up's

This commit is contained in:
2021-05-03 15:43:03 -05:00
parent 8a9d2dc914
commit 9246b33440
3 changed files with 4 additions and 3 deletions

View File

@@ -3,5 +3,6 @@
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"jsxBracketSameLine": true
"jsxBracketSameLine": true,
"printWidth": 100
}