我的Atom设置

"*":
  core:
    automaticallyUpdate: false
    restorePreviousWindowsOnStart: "no"
    telemetryConsent: "no"
    openEmptyEditorOnStart: false
  editor:
    atomicSoftTabs: false
    fontSize: 14
    showInvisibles: true
    showIndentGuide: true
    softTabs: false
    tabLength: 4
    tabType: "hard"
  "line-ending-selector":
    defaultLineEnding: "LF"
  welcome:
    showOnStartup: false