aboutsummaryrefslogtreecommitdiff
path: root/home/editorconfig.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/editorconfig.nix')
-rw-r--r--home/editorconfig.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/editorconfig.nix b/home/editorconfig.nix
index 5c4561c..312c33d 100644
--- a/home/editorconfig.nix
+++ b/home/editorconfig.nix
@@ -16,7 +16,7 @@
indent_size = 4;
};
- "*.rs" = {
+ "*.jai" = {
indent_size = 4;
};
};