The code formatter can now handle inline variable declarations. That was actually just a simple change (fixes bugs #157 and #158 (and the duplicate #165)) Now I'm trying to get it to format function declarations like this: or something as simple as this; Currently it doesn't indent the additional lines. It works fine for method … Continue reading Working on the GExperts Code Formatter again