mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-18 12:17:25 +02:00
Compare commits
3 Commits
5042dc6f15
...
886569d07f
Author | SHA1 | Date | |
---|---|---|---|
886569d07f | |||
79d95baa48 | |||
eca399d950 |
@ -10,6 +10,7 @@ charset = utf-8
|
|||||||
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
|
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
|
||||||
indent_style = space
|
indent_style = space
|
||||||
#tab_width =
|
#tab_width =
|
||||||
|
max_line_length = 78
|
||||||
|
|
||||||
[*.{markdown,md}]
|
[*.{markdown,md}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
@ -18,3 +19,4 @@ trim_trailing_whitespace = false
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = tab
|
indent_size = tab
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
max_line_length =
|
||||||
|
@ -19,6 +19,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: editorconfig-checker
|
- id: editorconfig-checker
|
||||||
alias: ec
|
alias: ec
|
||||||
|
args: [-disable-max-line-length]
|
||||||
- repo: https://github.com/thlorenz/doctoc
|
- repo: https://github.com/thlorenz/doctoc
|
||||||
rev: v2.2.0
|
rev: v2.2.0
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -6,7 +6,11 @@ For pre-commit configuration see `./.pre-commit-config.yaml`
|
|||||||
|
|
||||||
To enable it at a specific position, throw in:
|
To enable it at a specific position, throw in:
|
||||||
|
|
||||||
|
```markdown
|
||||||
<!-- START doctoc -->
|
<!-- START doctoc -->
|
||||||
<!-- END doctoc -->
|
<!-- END doctoc -->
|
||||||
|
```
|
||||||
|
|
||||||
# vim: filetype=markdown
|
<!--
|
||||||
|
vim: filetype=markdown textwidth=78
|
||||||
|
-->
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<p>
|
<p>
|
||||||
<em
|
<em
|
||||||
>Come, pity poor Etro, she was left all alone. Her blood pouring forth,
|
>Come, pity poor Etro, she was left all alone. Her blood pouring
|
||||||
in Chaos to atone. Queen of nothing, goddess of death—so let her be
|
forth, in Chaos to atone. Queen of nothing, goddess of death—so let
|
||||||
known.</em
|
her be known.</em
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a49aa286ed21ca5aa50a33606fcbaa1ce9c7aea8
|
Subproject commit b4f8bde751d4d6ad20bdd5368d6f7a3ca045f0c9
|
Loading…
x
Reference in New Issue
Block a user