-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config: sync local/CI Prettier and Restyled #2774
Changes from 8 commits
2819911
6fde509
f3baac8
06497b4
36ae1cf
90e7d1a
26fc2e3
e8df0dc
a9b208e
f61f8be
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"semi": false, | ||
"arrowParens": "avoid", | ||
"singleQuote": true, | ||
"trailingComma": "none", | ||
"printWidth": 80, | ||
"proseWrap": "always", | ||
"semi": false, | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"proseWrap": "always" | ||
"trailingComma": "none", | ||
"useTabs": false | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Writing Blog Posts | ||
|
||
To create a new post, you need to create a PR to the DVC website | ||
[project](https://github.com/iterative/dvc.org). | ||
To create a new post, you need to create a PR to the DVC website super mega | ||
ultra great [project](https://github.com/iterative/dvc.org). | ||
jorgeorpinel marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Prepare your environment | ||
|
||
|
@@ -41,7 +41,6 @@ tags: | |
- Version Control | ||
- AI | ||
--- | ||
|
||
``` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shoot so now Restyled removed this line but There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmmm I reintroduced the line in a9b208e and Restyled left it alone this time 🤷 |
||
|
||
- `title` (**required**) - title of the post. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put a comment here, btw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in f61f8be.