]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/.editorconfig
If the player has no weapon, return "none" in the chat, also report health 2342 as...
[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