It should format self closing tags as expected
printWidth: 40
It should borrow parent and close tag parameters
It should not borrow parent and close tag parameters when htmlWhitespaceSensitivity is set to ignore
htmlWhitespaceSensitivity: "ignore"
It should borrow prev and next tag parameters
It should not borrow prev and next tag parameters when htmlWhitespaceSensitivity is set to ignore
htmlWhitespaceSensitivity: "ignore"