added prettier settings
This commit is contained in:
1
code/HTML/.prettierignore
Normal file
1
code/HTML/.prettierignore
Normal file
@ -0,0 +1 @@
|
||||
*.md
|
10
code/HTML/.prettierrc.json
Normal file
10
code/HTML/.prettierrc.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"printWidth": 100,
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": true,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"arrowParens": "always",
|
||||
"htmlWhitespaceSensitivity": "strict",
|
||||
"endOfLine": "lf"
|
||||
}
|
Reference in New Issue
Block a user