Compare commits

..

3 Commits

5 changed files with 12 additions and 5 deletions

View File

@ -10,6 +10,7 @@ charset = utf-8
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
indent_style = space
#tab_width =
max_line_length = 78
[*.{markdown,md}]
trim_trailing_whitespace = false
@ -18,3 +19,4 @@ trim_trailing_whitespace = false
indent_style = tab
indent_size = tab
trim_trailing_whitespace = false
max_line_length =

View File

@ -19,6 +19,7 @@ repos:
hooks:
- id: editorconfig-checker
alias: ec
args: [-disable-max-line-length]
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:

View File

@ -6,7 +6,11 @@ For pre-commit configuration see `./.pre-commit-config.yaml`
To enable it at a specific position, throw in:
```markdown
<!-- START doctoc -->
<!-- END doctoc -->
```
# vim: filetype=markdown
<!--
vim: filetype=markdown textwidth=78
-->

View File

@ -7,9 +7,9 @@
<body>
<p>
<em
>Come, pity poor Etro, she was left all alone. Her blood pouring forth,
in Chaos to atone. Queen of nothing, goddess of death—so let her be
known.</em
>Come, pity poor Etro, she was left all alone. Her blood pouring
forth, in Chaos to atone. Queen of nothing, goddess of death—so let
her be known.</em
>
</p>
<p>

@ -1 +1 @@
Subproject commit a49aa286ed21ca5aa50a33606fcbaa1ce9c7aea8
Subproject commit b4f8bde751d4d6ad20bdd5368d6f7a3ca045f0c9