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

Merge branch 'master'

Conflicts:
	package.json
This commit is contained in:
Rokt33r
2016-05-12 20:10:18 +09:00
7 changed files with 54 additions and 12 deletions

View File

@@ -15,7 +15,8 @@ const defaultConfig = {
'disable-direct-write': false,
'theme-ui': 'light',
'theme-code': 'xcode',
'theme-syntax': 'xcode'
'theme-syntax': 'xcode',
'preview-line-number': false
}
const configFile = 'config.json'