Skip to content

Commit

Permalink
Merge pull request #969 from w3c/tab-width
Browse files Browse the repository at this point in the history
Update project's `tabWidth` to 2
  • Loading branch information
howard-e committed Jun 24, 2024
2 parents 29456fc + 540d355 commit 6a2ad32
Show file tree
Hide file tree
Showing 520 changed files with 51,563 additions and 53,611 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trim_trailing_whitespace = true

[*.{html,css,js}]
indent_style = space
indent_size = 4
indent_size = 2

[*.md]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"singleQuote": true,
"tabWidth": 4,
"tabWidth": 2,
"arrowParens": "avoid",
"trailingComma": "none"
}
10 changes: 5 additions & 5 deletions client/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
core: {
builder: 'webpack5'
},
stories: ['../stories/*.stories.jsx'],
addons: ['@storybook/addon-a11y', '@storybook/addon-controls']
core: {
builder: 'webpack5'
},
stories: ['../stories/*.stories.jsx'],
addons: ['@storybook/addon-a11y', '@storybook/addon-controls']
};
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.add-test-to-queue-confirmation {
max-width: clamp(40vw, 300px, 800px);
max-width: clamp(40vw, 300px, 800px);
}
Loading

0 comments on commit 6a2ad32

Please sign in to comment.