Revert "git rm scripts/.editorconfig"
Don't use CRLF for the scripts
This reverts commit bb712b09f4
.
This commit is contained in:
parent
bb712b09f4
commit
b2418b6cf1
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = false
|
Loading…
Reference in New Issue