fix: updated README instructions + fixed app running issues/cross-compatibility over operating systems

This commit is contained in:
Benjamin Singleton 2025-06-10 21:10:55 -05:00 committed by Sheldon Cooper
parent 4ebce1448a
commit f9957c2b4d
8 changed files with 239 additions and 16 deletions

View file

@ -13,5 +13,6 @@
"objectWrap": "collapse",
"bracketSameLine": true,
"arrowParens": "always",
"endOfLine": "lf"
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css"
}