1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 04:46:17 +02:00

Add editorconfig

This commit is contained in:
Yehuda Katz
2019-05-11 00:03:11 -07:00
parent 51e921b085
commit 65f671333d

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