|
@@ -350,6 +350,7 @@
|
|
lineDecorationsWidth: 35,
|
|
lineDecorationsWidth: 35,
|
|
fontFamily: contants.EDITOR_FONT_FAMILY,
|
|
fontFamily: contants.EDITOR_FONT_FAMILY,
|
|
fontSize: contants.EDITOR_FONT_SIZE,
|
|
fontSize: contants.EDITOR_FONT_SIZE,
|
|
|
|
+ fontLigatures: true,
|
|
theme: store.get('skin') || 'default',
|
|
theme: store.get('skin') || 'default',
|
|
value: formatJson(this.info.requestBody) || '{\r\n\t\r\n}'
|
|
value: formatJson(this.info.requestBody) || '{\r\n\t\r\n}'
|
|
})
|
|
})
|