Add an option to set BitTorrent session shutdown timeout
[qBittorrent.git] / .editorconfig
blob035f99e58264f08e332e817104118b0a0c75a6ef
1 # EditorConfig is awesome: https://EditorConfig.org
3 root = true
5 [*]
6 charset = utf-8
7 end_of_line = lf
8 indent_style = space
9 indent_size = 4
10 insert_final_newline = true
11 trim_trailing_whitespace = true
13 [**.yml]
14 indent_size = 2