We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a feature request to add two new configurations to gdformatrc, line_length and spaces_for_indent:
line_length
spaces_for_indent
excluded_directories: !!set .git: null line_length: 80 spaces_for_indent: 2
These are currently only exposed as CLI parameters so far as I know.
gdformat --line-length=80 --use-spaces=2 .
Thank you for this project!
The text was updated successfully, but these errors were encountered:
Sounds reasonable. Thanks for raising this.
Sorry, something went wrong.
No branches or pull requests
This is a feature request to add two new configurations to gdformatrc,
line_length
andspaces_for_indent
:These are currently only exposed as CLI parameters so far as I know.
Thank you for this project!
The text was updated successfully, but these errors were encountered: