generated from withrvr/Nextjs-Tailwindcss-Typescript-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Raghav Rathi edited this page May 27, 2023
·
6 revisions
- create your own branch ( main as the parent )
- name it your name ( or the feature you working on )
- then start developing what ever you want
- ....
- after that, you will only understand what to do / what is going on
If first time
$ yarn
To start the development on the local server
$ yarn dev
- so that code looks the same to all and nicer
- this setting
- also use it like this ... this setting on
- so no need to format document again and again
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"singleAttributePerLine": false,
"bracketSameLine": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true,
"embeddedLanguageFormatting": "auto",
"vueIndentScriptAndStyle": false,
"filepath": "d:\\coding_files\\Connect-4\\lib\\logic.ts",
"parser": "typescript"
}
footer