view runtime/indent/testdir/html.in @ 18848:a0e0f0256d0b

Runtime file updates. Commit: https://github.com/vim/vim/commit/32b364fcc09749f35adb441b81291e1e5946dbc2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 8 15:07:48 2019 +0100 Runtime file updates.
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 Dec 2019 15:15:04 +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