1
0
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:
Kushagra Gour
2018-11-17 01:19:32 +05:30
29 changed files with 61684 additions and 1790 deletions

View File

@@ -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"