style: we should always use LF as EOL to unify the style

pull/207/head
Coelacanthus 2021-11-30 17:53:40 +08:00
parent 6ea4504906
commit cf8f764da3
No known key found for this signature in database
GPG Key ID: E35C89E45867AE35
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true