Custom indentation
This commit is contained in:
parent
a1fa03615c
commit
f3a4c4348a
2 changed files with 18 additions and 8 deletions
|
|
@ -580,7 +580,9 @@ class Harness:
|
|||
return []
|
||||
|
||||
return (
|
||||
wadler.layout_document(self.document, width).apply_to_source(self.source).splitlines()
|
||||
wadler.layout_document(self.document, width, self.load_printer().indent())
|
||||
.apply_to_source(self.source)
|
||||
.splitlines()
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue