Compare commits

...

2 Commits

Author SHA1 Message Date
imxyy1soope1 f8faab42fe chore: remove root .envrc 2025-12-07 16:58:57 +08:00
imxyy1soope1 4aba6ae760 feat: add .editorconfig 2025-12-07 16:53:54 +08:00
4 changed files with 30 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
insert_final_newline = true
[*.nix]
indent_size = 2
-1
View File
@@ -1 +0,0 @@
use flake
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
insert_final_newline = true
[*.nix]
indent_size = 2
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
insert_final_newline = true
[*.nix]
indent_size = 2