WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
371 stars 28 forks source link

Code formatting #98

Closed Trey2k closed 1 year ago

Trey2k commented 1 year ago

While I try to maintain consistent code formatting, there Is always some issue where a tab char made it through which gets rendered differently on different systems. normally 4 or 8 spaces. Or sometimes things just get missed. This should be automated using clang format and ideally some static checks to go with it.