Sync translations from Transifex and run lupdate
[qBittorrent.git] / .editorconfig
blobf58613fb06167ea22c07f72f395c861e214a6db4
1 # EditorConfig is awesome: http://EditorConfig.org
3 root = true
5 [*]
6 indent_style = space
7 indent_size = 4
8 insert_final_newline = true
9 trim_trailing_whitespace = true
11 [**.yml]
12 indent_size = 2