Compare commits
2 Commits
58ac814904
...
f8faab42fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
f8faab42fe
|
|||
|
4aba6ae760
|
10
.editorconfig
Normal file
10
.editorconfig
Normal 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
shell/.editorconfig
Normal file
10
shell/.editorconfig
Normal 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
10
sub-shell/.editorconfig
Normal 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
|
||||
Reference in New Issue
Block a user