Skip to content

Commit

Permalink
update,
Browse files Browse the repository at this point in the history
  • Loading branch information
louiscklaw committed May 8, 2024
1 parent 34de6a4 commit 0f4a300
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 37 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = false

[*.md]
trim_trailing_whitespace = false
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
*.min.*
docker-compose.yml
dist
node_modules
coverage
build
33 changes: 14 additions & 19 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "strict",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"printWidth": 80,
"jsxBracketSameLine": true,
"arrowParens": "always",
"overrides": [
{
"files": ["**/*.html"],
"options": {
"printWidth": 320
}
},
{
"files": ["**/langs/**/*.js"],
"options": {
"printWidth": 320
}
}
]
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": []
}
17 changes: 0 additions & 17 deletions .prettierrc.json

This file was deleted.

0 comments on commit 0f4a300

Please sign in to comment.