xash3d-fwgs/vgui_support
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace
The `.editorconfig` file in this repo is configured to trim all trailing
whitespace regardless of whether the line is modified.

Trims all trailing whitespace in the repository to make the codebase easier
to work with in editors that respect `.editorconfig`.

`git blame` becomes less useful on these lines but it already isn't very useful.

Commands:

```
find . -type f -name '*.h' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
find . -type f -name '*.c' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
```
2021-01-04 20:55:10 +03:00
..
Android.mk
cl.bat
Makefile.linux
vgui_clip.cpp
vgui_input.cpp Integrate FWGS vgui_support 2018-04-14 01:49:14 +03:00
vgui_int.cpp
vgui_main.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
vgui_surf.cpp vgui_support: remove utl dependency, by porting new vgui support code from original engine, remove dead function definitions, remove dead vgui_main.h header from engine 2019-04-11 01:12:52 +03:00
wscript