pkdawson / imgui-godot

Dear ImGui plugin for Godot 4
MIT License
318 stars 18 forks source link

Made example code more readable #37

Closed valkyrienyanko closed 11 months ago

valkyrienyanko commented 11 months ago

There were a few lines of code that were outside of my monitors width so I fixed that.

I also spaced out the code to make it more friendly to read.

pkdawson commented 11 months ago

Sure, that looks fine to me.

I prefer to enforce code style automatically. I think there's no way to have a max line length with dotnet format, but maybe I'll try something like Roslynator.