Compare commits

..

2 Commits

Author SHA1 Message Date
f8faab42fe chore: remove root .envrc 2025-12-07 16:58:57 +08:00
4aba6ae760 feat: add .editorconfig 2025-12-07 16:53:54 +08:00
4 changed files with 30 additions and 1 deletions

10
.editorconfig Normal file
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
.envrc
View File

@@ -1 +0,0 @@
use flake

10
shell/.editorconfig Normal file
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
sub-shell/.editorconfig Normal file
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