aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2025-06-12 03:05:15 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-12 15:43:25 +0800
commitfdea6d694679bb5e7e31fc1682e69d26f0e72156 (patch)
treefe3c1bf5e73965446a888b41d7b4fc26a3d12376 /.editorconfig
parentaa51bb88c55626f701e0058d52588ffb51e3f86e (diff)
downloadcrupest-fdea6d694679bb5e7e31fc1682e69d26f0e72156.tar.gz
crupest-fdea6d694679bb5e7e31fc1682e69d26f0e72156.tar.bz2
crupest-fdea6d694679bb5e7e31fc1682e69d26f0e72156.zip
config(nvim): add markdownlint find config feature.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
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