From b62430bb2610198bffb076a59755ad74b4a3d50a Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 11 Jun 2026 19:53:59 +0200 Subject: refactor(nvim): rewrite the buffer formatting flow --- .mdformat.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .mdformat.toml (limited to '.mdformat.toml') 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"] -- cgit v1.3.1