- Home /
Question by
Good-old-Grim · Oct 09, 2014 at 02:59 PM ·
monodevelopformatting
Precompiler directives break MonoDevelop autoformat
My game has a lot of platform specific code, so I use a lot of stuff like
#if UNITY_ANDROID || UNITY_IPHONE
[code]
#endif
The problem is that this code does not get formatted when hitting Ctrl+I. Is there some way of making it work?
Comment