]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/.editorconfig
cl_welcome_in_menu_dialog 1 "1: show the welcome message in a dedicated menu dialog...
[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