]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/.editorconfig
Fix #2327 "Giant mg ammo ring when "smooth effects of crosshairs" (crosshair_effect_s...
[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