Revert "git rm scripts/.editorconfig"

Don't use CRLF for the scripts

This reverts commit bb712b09f4.
This commit is contained in:
Kay Faraday 2022-06-11 02:16:15 +00:00
parent bb712b09f4
commit b2418b6cf1
1 changed files with 9 additions and 0 deletions

9
scripts/.editorconfig Normal file
View File

@ -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