Skip to content

Commit

Permalink
Manual Unix LF conversion
Browse files Browse the repository at this point in the history
Because the repository is not ready for a **.gitattributes**, why not start by manually removing the Carriage Returns using NPP?

I made sure nothing conflicts with other PRs, not even Facepunch#2166.
  • Loading branch information
BreakinBenny committed Jan 24, 2025
1 parent ee0b187 commit 9207c69
Show file tree
Hide file tree
Showing 141 changed files with 169,461 additions and 169,461 deletions.
140 changes: 70 additions & 70 deletions garrysmod/cfg/config_default.cfg
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@

unbindall

bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"

bind "UPARROW" "+lookup"
bind "DOWNARROW" "+lookdown"
bind "LEFTARROW" "+left"
bind "RIGHTARROW" "+right"

bind "SPACE" "+jump"
bind "CTRL" "+duck"
bind "TAB" "+showscores"
bind "SHIFT" "+speed"
bind "ENTER" "+attack"
bind "ALT" "+walk"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE4" "lastinv"
bind "MOUSE5" "+voicerecord"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"

bind "PAUSE" "pause"
bind "ESCAPE" "cancelselect"
bind "`" "toggleconsole"

bind "F1" "gm_showhelp"
bind "F2" "gm_showteam"
bind "F3" "gm_showspare1"
bind "F4" "gm_showspare2"
bind "F5" "jpeg"
bind "F7" "save quick"
bind "F8" "load quick"
bind "F10" "toggleconsole"

bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot0"

bind "q" "+menu"
bind "e" "+use"
bind "r" "+reload"
bind "t" "impulse 201"
bind "y" "messagemode"
bind "u" "messagemode2"

bind "f" "impulse 100"

bind "z" "gmod_undo"
bind "x" "+voicerecord"
bind "c" "+menu_context"
bind "v" "noclip"
bind "b" "+zoom"

cl_allowupload "1"
cl_smooth "1"
mp_decals "2048"
r_decals "2048"
sensitivity "6"

unbindall

bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"

bind "UPARROW" "+lookup"
bind "DOWNARROW" "+lookdown"
bind "LEFTARROW" "+left"
bind "RIGHTARROW" "+right"

bind "SPACE" "+jump"
bind "CTRL" "+duck"
bind "TAB" "+showscores"
bind "SHIFT" "+speed"
bind "ENTER" "+attack"
bind "ALT" "+walk"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE4" "lastinv"
bind "MOUSE5" "+voicerecord"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"

bind "PAUSE" "pause"
bind "ESCAPE" "cancelselect"
bind "`" "toggleconsole"

bind "F1" "gm_showhelp"
bind "F2" "gm_showteam"
bind "F3" "gm_showspare1"
bind "F4" "gm_showspare2"
bind "F5" "jpeg"
bind "F7" "save quick"
bind "F8" "load quick"
bind "F10" "toggleconsole"

bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot0"

bind "q" "+menu"
bind "e" "+use"
bind "r" "+reload"
bind "t" "impulse 201"
bind "y" "messagemode"
bind "u" "messagemode2"

bind "f" "impulse 100"

bind "z" "gmod_undo"
bind "x" "+voicerecord"
bind "c" "+menu_context"
bind "v" "noclip"
bind "b" "+zoom"

cl_allowupload "1"
cl_smooth "1"
mp_decals "2048"
r_decals "2048"
sensitivity "6"
6 changes: 3 additions & 3 deletions garrysmod/cfg/game.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sv_rollangle 0
mp_flashlight 1
sv_noclipspeed 5
sv_rollangle 0
mp_flashlight 1
sv_noclipspeed 5
sv_noclipaccelerate 5
4 changes: 2 additions & 2 deletions garrysmod/cfg/listenserver.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@




4 changes: 2 additions & 2 deletions garrysmod/cfg/network.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cl_cmdrate 66
cl_updaterate 66
cl_cmdrate 66
cl_updaterate 66
rate 100000
4 changes: 2 additions & 2 deletions garrysmod/cfg/server.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@




Loading

0 comments on commit 9207c69

Please sign in to comment.