Skip to content

Commit 8361106

Browse files
Removing trailing spaces and added spaces in config
1 parent a46c519 commit 8361106

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

browser/main/lib/ConfigManager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export const DEFAULT_CONFIG = {
4444
enableRulers: false,
4545
rulers: [80, 120],
4646
displayLineNumbers: true,
47-
matchingPairs:'()[]{}\'\'""$$**``',
48-
matchingTriples:'```"""\'\'\'',
49-
explodingPairs:'[]{}``$$',
47+
matchingPairs: '()[]{}\'\'""$$**``',
48+
matchingTriples: '```"""\'\'\'',
49+
explodingPairs: '[]{}``$$',
5050
switchPreview: 'BLUR', // 'BLUR', 'DBL_CLICK', 'RIGHTCLICK'
5151
delfaultStatus: 'PREVIEW', // 'PREVIEW', 'CODE'
5252
scrollPastEnd: false,

browser/main/modals/PreferencesModal/UiTab.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class UiTab extends React.Component {
6262
checkHighLight.setAttribute('rel', 'stylesheet')
6363
document.head.appendChild(checkHighLight)
6464
}
65-
65+
6666
const newConfig = {
6767
ui: {
6868
theme: this.refs.uiTheme.value,
@@ -542,7 +542,7 @@ class UiTab extends React.Component {
542542
</label>
543543
</div>
544544

545-
<div styleName='group-section'>
545+
<div styleName='group-section'>
546546
<div styleName='group-section-label'>
547547
{i18n.__('Matching character pairs')}
548548
</div>
@@ -556,7 +556,7 @@ class UiTab extends React.Component {
556556
</div>
557557
</div>
558558

559-
<div styleName='group-section'>
559+
<div styleName='group-section'>
560560
<div styleName='group-section-label'>
561561
{i18n.__('Matching character triples')}
562562
</div>
@@ -570,7 +570,7 @@ class UiTab extends React.Component {
570570
</div>
571571
</div>
572572

573-
<div styleName='group-section'>
573+
<div styleName='group-section'>
574574
<div styleName='group-section-label'>
575575
{i18n.__('Exploding character pairs')}
576576
</div>
@@ -611,7 +611,7 @@ class UiTab extends React.Component {
611611
/>
612612
</div>
613613
</div>
614-
614+
615615
<div styleName='group-section'>
616616
<div styleName='group-section-label'>{i18n.__('Code Block Theme')}</div>
617617
<div styleName='group-section-control'>

0 commit comments

Comments
 (0)