<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
But <a href="https://productforums.google.com/d/msg/docs/YJ09uwy-pWU/g_1AJTXZN6QJ" target="_blank">notifications are only sent to the email address associated with your Google account</a>. <a href="https://support.google.com/mail/answer/10957?hl=en" target="_blank">mail forwarding</a>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
But <a href="https://productforums.google.com/d/msg/docs/YJ09uwy-pWU/g_1AJTXZN6QJ" target="_blank">notifications are only sent to the email address associated with your Google account</a>. <a href="https://support.google.com/mail/answer/10957?hl=en" target="_blank">mail forwarding</a>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
But <a href="https://productforums.google.com/d/msg/docs/YJ09uwy-pWU/g_1AJTXZN6QJ" target="_blank">notifications are only sent to the email address associated with your Google account</a>. <a href="https://support.google.com/mail/answer/10957?hl=en"
target="_blank">mail forwarding</a>
</body>
</html>
Spaces before target="_blank", despite the fact that indentWithTabs: true:
1. Summary
Default options documentation.
But
wrapLineLength: 0
not default as it is written in documentation.2. Environment
3. Configuration
See example configuration in SashaJsBeautifyTabs branch of my demo repository:
.travis.yml
:SashaJsBeautifyTabs.html
:.editorconfig
:4. Steps to reproduce
5. Expected behavior
If
Gruntfile.coffee
:or:
Modified
SashaJsBeautifyTabs.html
:See Travis CI build.
6. Actual behavior
Else
Gruntfile.coffee
:Modified
SashaJsBeautifyTabs.html
:Spaces before
target="_blank"
, despite the fact thatindentWithTabs: true
:See Travis CI build.
Thanks.