diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-11 19:53:59 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-11 20:08:37 +0200 |
| commit | b62430bb2610198bffb076a59755ad74b4a3d50a (patch) | |
| tree | 1fd55be01a1e31b35440b56bb5c6176dc59c0eb4 /.mdformat.toml | |
| parent | 796b523aa141dd6aff2d100ddcc46f2895859ecd (diff) | |
| download | dotfiles-b62430bb2610198bffb076a59755ad74b4a3d50a.tar.gz dotfiles-b62430bb2610198bffb076a59755ad74b4a3d50a.zip | |
refactor(nvim): rewrite the buffer formatting flow
Diffstat (limited to '.mdformat.toml')
| -rw-r--r-- | .mdformat.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.mdformat.toml b/.mdformat.toml new file mode 100644 index 0000000..8801a71 --- /dev/null +++ b/.mdformat.toml @@ -0,0 +1,2 @@ +number = true +extensions = ["tables", "frontmatter", "wikilink"] |
