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:
@@ -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,
|
||||||
|
|||||||
@@ -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'>
|
||||||
|
|||||||
Reference in New Issue
Block a user