mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-30 10:10:13 +02:00
merge master and resolve conflicts
This commit is contained in:
@@ -286,7 +286,13 @@ export default class Settings extends Component {
|
||||
onChange={e => this.updateSetting(e, 'lineWrap')}
|
||||
/>
|
||||
<Divider />
|
||||
|
||||
<CheckboxSetting
|
||||
title="Add the closing tag automatically on seeing an opening tag in HTML"
|
||||
label="Auto-close tags"
|
||||
pref={prefs.autoCloseTags}
|
||||
onChange={e => this.updateSetting(e, 'autoCloseTags')}
|
||||
/>
|
||||
<Divider />
|
||||
<CheckboxSetting
|
||||
title="Turns on the auto-completion suggestions as you type"
|
||||
label="Auto-complete suggestions"
|
||||
|
Reference in New Issue
Block a user