A-entity text keep text format

Hi,

i would like to have a text entity, that keeps my text format, like that:

this would my text value:

function ViewDidAppear(bool animated)
{

    var o = new AdvancedColorPicker();

    this.Present(o, false, null);

}

this is my entity:

<a-entity id="TestText" text="side: double; tabSize: 4.32; value: code lines"></a-entity>

i would like present some code lines, but the text is complete left, centered or right… i need to have to original format…

can anybody help me, please???

Sven