aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/.editorconfig')
-rw-r--r--services/nuldoc/.editorconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/services/nuldoc/.editorconfig b/services/nuldoc/.editorconfig
index a036f907..fd8a4017 100644
--- a/services/nuldoc/.editorconfig
+++ b/services/nuldoc/.editorconfig
@@ -5,6 +5,10 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
-[*.dj]
+[*.md]
indent_style = space
-indent_size = 2
+indent_size = 4
+
+[*.toml]
+indent_style = space
+indent_size = 4