]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/.editorconfig
Hunter-Killer: Only loop through entities that can be damaged by contents (not perfec...
[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