summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-10-09 14:18:14 +1300
committerSophie Forrest <git@sophieforrest.com>2024-10-09 14:18:14 +1300
commit394af13667ad2fb81f28eaac59f2e9bdbbe5e520 (patch)
tree2291611f4f9a7d1130e4807de3ba6528b435f4fd /.editorconfig
parenta434c31af9376c739837b2d1fadaf8c1b84c843e (diff)
chore: remove devenv
Uses a native nix shell.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..6afa975
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = tab
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.{json,md,nix,yml}]
+indent_size = 2
+indent_style = space