| View previous topic :: View next topic |
| Author |
Message |
Mchl
Joined: 23 May 2009 Posts: 7
|
Posted: Tue Jul 21, 2009 4:38 pm Post subject: Autometic newlines in code template |
|
|
I have vreated a code template like this
| Code: |
{name: '${name}', mapping: '${name}', type: 'float'}
|
But when I insert it inside an array, it get reformatted like this
| Code: |
[
{
name: 'name',
mapping: 'name',
type: 'float'
}
]
|
Is there any way too keep it in single line? (When I use the template outside of array it get inserted in single line) |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|