summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 19:22:23 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 19:22:23 +0000
commit67370de49dad3ab220adea26f67493beb20a2178 (patch)
tree3a1125cf8ad30579aa85a509227e774bc1b4dadc /.editorconfig
parent63623c7a066d2224a552b5e4c7b0232648b2fb83 (diff)
downloadnixtaml-67370de49dad3ab220adea26f67493beb20a2178.tar
nixtaml-67370de49dad3ab220adea26f67493beb20a2178.tar.gz
nixtaml-67370de49dad3ab220adea26f67493beb20a2178.tar.bz2
nixtaml-67370de49dad3ab220adea26f67493beb20a2178.tar.lz
nixtaml-67370de49dad3ab220adea26f67493beb20a2178.tar.xz
nixtaml-67370de49dad3ab220adea26f67493beb20a2178.tar.zst
nixtaml-67370de49dad3ab220adea26f67493beb20a2178.zip
editorconfig: dune project files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 2dc0099..83152ee 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -19,3 +19,7 @@ indent_size = unset
[*.nix]
indent_style = space
indent_size = 3
+
+[dune,dune-project,dune-workspace]
+indent_style = space
+indent_size = 1