There was an error while loading. Please reload this page.
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!