mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 16:55:46 +03:00
Specify charset and end_of_line in .editorconfig
Additionally, changes the link to the EditorConfig website from http to https. PR #19437.
This commit is contained in:
parent
31fe327763
commit
c25d14b1d0
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
# EditorConfig is awesome: http://EditorConfig.org
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
|
|
Loading…
Reference in a new issue