hanagasira

Results 3 issues of hanagasira

- The following test code fails [C++, VisualStudio 2022, Windows 10, master] ```cpp void JsonParseTest() { flatbuffers::Parser parser; TEST_EQ(parser.Deserialize(MyGame::Example::MonsterBinarySchema::data(), MyGame::Example::MonsterBinarySchema::size()), true); auto jsonStr = R"( { "name": "lookupTest", "testarrayoftables": [...

**What seems to be the problem?** The current premake code has spaces at the end of lines, no line breaks at the end of files, and uses spaces for indentation,...

bug

**What does this PR do?** Add configuration and documentation to allow debugging of premake scripts from VSCode. If it would be better to add debug settings and documentation changes to...