X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8c3c190f9978d08b8b6e505112a019a20cc9e6fc..03b8304abd2ce5d29789f8a2b220143529fa5d90:/docs/compatible_configs.md diff --git a/docs/compatible_configs.md b/docs/compatible_configs.md index b182f57..e826743 100644 --- a/docs/compatible_configs.md +++ b/docs/compatible_configs.md @@ -96,9 +96,9 @@ line_length = 88 ```toml [tool.isort] multi_line_output = 3 -include_trailing_comma = True +include_trailing_comma = true force_grid_wrap = 0 -use_parentheses = True +use_parentheses = true line_length = 88 ```