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

added Editor Rulers field in Preferences

This commit is contained in:
Yu-Hung Ou
2018-03-20 20:43:23 +11:00
parent d3f9c170ac
commit fbb7839f83
2 changed files with 16 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ export const DEFAULT_CONFIG = {
fontFamily: win ? 'Segoe UI' : 'Monaco, Consolas',
indentType: 'space',
indentSize: '2',
rulers: [80, 120],
displayLineNumbers: true,
switchPreview: 'BLUR', // Available value: RIGHTCLICK, BLUR
scrollPastEnd: false,