diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:22:23 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:22:23 +0000 |
| commit | 67370de49dad3ab220adea26f67493beb20a2178 (patch) | |
| tree | 3a1125cf8ad30579aa85a509227e774bc1b4dadc /.editorconfig | |
| parent | 63623c7a066d2224a552b5e4c7b0232648b2fb83 (diff) | |
| download | nixtaml-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-- | .editorconfig | 4 |
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 |
