标签: unity3d mono monodevelop
我使用MonoDevelop 4.x进行Unity。当我用一个属性标记一个字段,即:
[SerializeField] bool myBool;
Mono将其重新格式化为:
如何让它全部显示在一行?