RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.28k stars 266 forks source link

Add EditorConfig to force tabs for whitespace #356

Closed RobLoach closed 1 year ago

RobLoach commented 1 year ago

I found there was some inconsistent whitespace usage across the files. Adding a EditorConfig definition file, and using the editorconfig extension in your favourite IDE, will ensure all whitespace takes on the same format. In this case, it'll apply tabs across files automatically for you.

RandyGaul commented 1 year ago

Thanks for the idea! I'm a bit picky about whitespace though, so, I'll pass on this one. Really appreciate the PR though! And thanks for putting up your others PRs too, they were very helpful.