OpenRCT2/test/tests
Michał Janiszewski 61d38511bc Expand tabs to spaces
This commit expands tabs to spaces (ts=4) in all the files under src/
and test/.

Until now we had two wildly different code styles with C using tabs and
new C++ using spaces. It is painful to maintain as none of the commonly
used tools support this kind of setup and in reality is needless, as we
can simply convert all the sources to spaces and have opened PRs do the
same, where needed.

Additionally, trailing whitespace has been removed.
2017-06-06 23:46:14 +02:00
..
testdata Add rating test data 2017-06-04 00:47:34 +01:00
AssertHelpers.hpp Improve String::Split and add tests 2017-03-08 19:06:42 +00:00
CMakeLists.txt Fix symlink created for ride ratings test 2017-06-05 23:09:43 +02:00
IniReaderTest.cpp Add case insensitive test to INI tests 2017-03-06 22:28:33 +01:00
IniWriterTest.cpp Tons of spelling fixes (#5413) 2017-04-30 06:39:24 +02:00
LanguagePackTest.cpp Fix tests for new source layout 2017-01-04 18:28:39 +00:00
RideRatings.cpp Clean up branch 2017-06-05 17:38:14 +01:00
StringTest.cpp Improve String::Split and add tests 2017-03-08 19:06:42 +00:00
TestData.cpp Create test data helpers 2017-06-04 00:47:33 +01:00
TestData.h Create test data helpers 2017-06-04 00:47:33 +01:00
sawyercoding_test.cpp Fix tests for new source layout 2017-01-04 18:28:39 +00:00
tests.cpp Expand tabs to spaces 2017-06-06 23:46:14 +02:00
tests.vcxproj Add rating test data 2017-06-04 00:47:34 +01:00