Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gdtoolkit/formatter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"excluded_directories": {".git"},
"safety_checks": None,
"use_spaces": None,
"line_length": None,
"line_length": 100,
}
)

Expand Down
1 change: 0 additions & 1 deletion gdtoolkit/formatter/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
(implies --check).
-f --fast Skip safety checks.
-l --line-length=<int> How many characters per line to allow.
[default: 100]
-s --use-spaces=<int> Use spaces for indent instead of tabs.
-h --help Show this screen.
--version Show version.
Expand Down