diff options
author | crupest <crupest@outlook.com> | 2025-06-12 03:05:15 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-12 15:43:25 +0800 |
commit | c1eaffa555561127b54e3e11fe172cd8b029fc9a (patch) | |
tree | b9c8fbb88e0e45b4ee7c81b232e5b0986c30b5d7 /.editorconfig | |
parent | a3068f170070ebb4a71baa4dec0dce1a1857e531 (diff) | |
download | crupest-c1eaffa555561127b54e3e11fe172cd8b029fc9a.tar.gz crupest-c1eaffa555561127b54e3e11fe172cd8b029fc9a.tar.bz2 crupest-c1eaffa555561127b54e3e11fe172cd8b029fc9a.zip |
config(nvim): add markdownlint find config feature.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index ea11c46..69ce65e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -29,3 +29,6 @@ indent_size = 2 [*.py] profile = black + +[*.lua] +indent_size = 4 |