typora 的 tab 键如何设置成 4 个空格?

2018-03-09 11:00:27 +08:00
 wzw

tab 键最好是 4 个空格, 谁有办法? 谢谢

我尝试 issue 里面看的方法不起作用呀... "indentWithTabs": true

/** For advanced users. */
{
  "width" : null, // Integer - Window's width in pixels. Default is null (last window width)
  "height" : null, // Integer - Window's height in pixels. Default is null (last window height)
  "defaultFontFamily": {
    "standard": null, //String - Defaults to "Times New Roman".
    "serif": null, // String - Defaults to "Times New Roman".
    "sansSerif": null, // String - Defaults to "Arial".
    "monospace": null // String - Defaults to "Courier New".
  },
  "autoHideMenuBar": false, //Boolean - Auto hide the menu bar unless the `Alt` key is pressed. Default is false.

  // Array - Search Service user can access from context menu after a range of text is selected. Each item is formatted as [caption, url]
  "searchService": [
    ["Search with Google", "https://google.com/search?q=%s"]
  ],

  // Custom key binding, which will override the default ones.
  "keyBinding": {
	// for example: 
    // "Always on Top": "Ctrl+Shift+P"
  },

  "autoSaveTimer" : 5, // default 5 minutes
  "maxFetchCountOnFileList": 500,
  "indentWithTabs": true
  
}
3359 次点击
所在节点    问与答
1 条回复
hexo
2020-07-23 18:59:12 +08:00
同问

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/436441

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX