We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df5952 commit 01aade4Copy full SHA for 01aade4
gdtoolkit/formatter/__init__.py
@@ -17,7 +17,7 @@
17
"excluded_directories": {".git"},
18
"safety_checks": None,
19
"use_spaces": None,
20
- "line_length": None,
+ "line_length": 100,
21
}
22
)
23
gdtoolkit/formatter/__main__.py
@@ -16,7 +16,6 @@
16
(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.
0 commit comments