Merge branch 'master' into TimePath/scoreboard_elo
[xonotic/xonotic-data.pk3dir.git] / qcsrc / .editorconfig
1 root = true
2
3 [*.{qc,qh,inc}]
4 end_of_line = lf
5 insert_final_newline = true
6 indent_style = tab
7 charset = utf-8