jira_clone
jira_clone copied to clipboard
Add `editor.rulers` VSCode rule to match with prettier `printWidth` in `.prettierrc` config file.
I just added VSCode ruler settings based on prettier config in settings.json
file in .vscode
directory. So that if user's global VSCode configuration ruler is some thing smaller than 100, the code statements don't look like ugly. BTW thanks for this nice repository 🙏