Skip to content

Commit

Permalink
improved editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Mar 4, 2024
1 parent 5a17138 commit 9f7168e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
max_line_length = 80
charset = utf-8
indent_style = space
indent_size = 4
11 changes: 1 addition & 10 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"trailingComma": "none",
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"jsxSingleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"printWidth": 80,
"quoteProps": "consistent"
"arrowParens": "avoid"
}
2 changes: 1 addition & 1 deletion website/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
typography: {
DEFAULT: {
css: {
"table": {
table: {
/* prevent strething */
width: "auto"
},
Expand Down

0 comments on commit 9f7168e

Please sign in to comment.