atom / .atom / config.csonon commit add atom configs (713c36e)
   1"*":
   2  "":
   3    source:
   4      gfm:
   5        editor:
   6          softWrap: true
   7  "autocomplete-plus":
   8    enableAutoActivation: false
   9  core:
  10    autoHideMenuBar: true
  11    disabledPackages: [
  12      "markdown-preview"
  13    ]
  14    telemetryConsent: "no"
  15  editor:
  16    showIndentGuide: true
  17    softWrap: false
  18  "exception-reporting":
  19    userId: "343a74e6-1403-4eb8-9ead-7927cd45ba3d"
  20  latex:
  21    buildOnSave: true
  22    opener: "custom"
  23    viewerPath: "/usr/bin/evince"
  24  "markdown-preview":
  25    breakOnSingleNewline: true
  26  "markdown-preview-plus":
  27    markdownItConfig: {}
  28    mathConfig:
  29      enableLatexRenderingByDefault: true
  30    previewConfig:
  31      activatePreviewWithEditor: true
  32    renderer: "pandoc"
  33    saveConfig:
  34      saveToPDFOptions:
  35        printSelectionOnly: true
  36    syncConfig:
  37      syncEditorOnPreviewScroll: true
  38      syncPreviewOnChange: true
  39      syncPreviewOnEditorScroll: true
  40  "spell-check":
  41    addKnownWords: true
  42    grammars: [
  43      "source.asciidoc"
  44      "source.gfm"
  45      "text.git-commit"
  46      "text.plain"
  47      "text.plain.null-grammar"
  48      "text.tex.latex"
  49    ]
  50    knownWords: [
  51      "Lorimer"
  52      "polyethene"
  53      "fulfill"
  54    ]
  55    locales: [
  56      "en-AU"
  57    ]
  58  welcome:
  59    showOnStartup: false
  60  whitespace:
  61    ensureSingleTrailingNewline: false
  62".latex.tex.text":
  63  editor:
  64    softWrap: true