mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +00:00
Add editorconfig
This commit is contained in:
parent
51e921b085
commit
65f671333d
1 changed files with 9 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
insert_final_newline = false
|
||||||
|
end_of_line = lf
|
Loading…
Reference in a new issue