1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Removing trailing spaces and added spaces in config

This commit is contained in:
Guilherme Silva
2018-11-08 14:07:35 +00:00
parent a46c519459
commit 8361106660
2 changed files with 8 additions and 8 deletions

View File

@@ -44,9 +44,9 @@ export const DEFAULT_CONFIG = {
enableRulers: false, enableRulers: false,
rulers: [80, 120], rulers: [80, 120],
displayLineNumbers: true, displayLineNumbers: true,
matchingPairs:'()[]{}\'\'""$$**``', matchingPairs: '()[]{}\'\'""$$**``',
matchingTriples:'```"""\'\'\'', matchingTriples: '```"""\'\'\'',
explodingPairs:'[]{}``$$', explodingPairs: '[]{}``$$',
switchPreview: 'BLUR', // 'BLUR', 'DBL_CLICK', 'RIGHTCLICK' switchPreview: 'BLUR', // 'BLUR', 'DBL_CLICK', 'RIGHTCLICK'
delfaultStatus: 'PREVIEW', // 'PREVIEW', 'CODE' delfaultStatus: 'PREVIEW', // 'PREVIEW', 'CODE'
scrollPastEnd: false, scrollPastEnd: false,

View File

@@ -62,7 +62,7 @@ class UiTab extends React.Component {
checkHighLight.setAttribute('rel', 'stylesheet') checkHighLight.setAttribute('rel', 'stylesheet')
document.head.appendChild(checkHighLight) document.head.appendChild(checkHighLight)
} }
const newConfig = { const newConfig = {
ui: { ui: {
theme: this.refs.uiTheme.value, theme: this.refs.uiTheme.value,
@@ -542,7 +542,7 @@ class UiTab extends React.Component {
</label> </label>
</div> </div>
<div styleName='group-section'> <div styleName='group-section'>
<div styleName='group-section-label'> <div styleName='group-section-label'>
{i18n.__('Matching character pairs')} {i18n.__('Matching character pairs')}
</div> </div>
@@ -556,7 +556,7 @@ class UiTab extends React.Component {
</div> </div>
</div> </div>
<div styleName='group-section'> <div styleName='group-section'>
<div styleName='group-section-label'> <div styleName='group-section-label'>
{i18n.__('Matching character triples')} {i18n.__('Matching character triples')}
</div> </div>
@@ -570,7 +570,7 @@ class UiTab extends React.Component {
</div> </div>
</div> </div>
<div styleName='group-section'> <div styleName='group-section'>
<div styleName='group-section-label'> <div styleName='group-section-label'>
{i18n.__('Exploding character pairs')} {i18n.__('Exploding character pairs')}
</div> </div>
@@ -611,7 +611,7 @@ class UiTab extends React.Component {
/> />
</div> </div>
</div> </div>
<div styleName='group-section'> <div styleName='group-section'>
<div styleName='group-section-label'>{i18n.__('Code Block Theme')}</div> <div styleName='group-section-label'>{i18n.__('Code Block Theme')}</div>
<div styleName='group-section-control'> <div styleName='group-section-control'>