view runtime/indent/testdir/html.in @ 18549:8ce88501264f

Added tag v8.1.2268 for changeset 4fbfecbb968cf990066c5d7304266a07e0c7528e
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Nov 2019 21:00:05 +0100
parents bc1a8d21c811
children 59f93c2d2551
line wrap: on
line source

" vim: set ft=html sw=4 :


" START_INDENT
<div>
<div>
text
</div>
</div>

<div
class="foo bar">
text
</div>

<div class="foo bar"
data="something">
text
</div>

<div class="foo
bar">
text
</div>

" END_INDENT