atom / .atom / config.csonon commit mpp & performance improvements for atom (9e7d7f3)
   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      "background-tips"
  14      "github"
  15      "open-on-github"
  16      "autocomplete-plus"
  17      "metrics"
  18    ]
  19    telemetryConsent: "no"
  20  editor:
  21    showIndentGuide: true
  22    softWrap: false
  23  "exception-reporting":
  24    userId: "343a74e6-1403-4eb8-9ead-7927cd45ba3d"
  25  latex:
  26    buildOnSave: true
  27    opener: "custom"
  28    viewerPath: "/usr/bin/evince"
  29  "markdown-preview":
  30    breakOnSingleNewline: true
  31  "markdown-preview-plus":
  32    importPackageStyles: [
  33      "*"
  34    ]
  35    markdownItConfig: {}
  36    mathConfig:
  37      enableLatexRenderingByDefault: true
  38    previewConfig:
  39      activatePreviewWithEditor: true
  40    renderer: "pandoc"
  41    saveConfig:
  42      defaultSaveFormat: "pdf"
  43      saveToPDFOptions:
  44        printSelectionOnly: true
  45    syncConfig:
  46      syncEditorOnPreviewScroll: true
  47      syncPreviewOnChange: true
  48      syncPreviewOnEditorScroll: true
  49  "spell-check":
  50    addKnownWords: true
  51    grammars: [
  52      "source.asciidoc"
  53      "source.gfm"
  54      "text.git-commit"
  55      "text.plain"
  56      "text.plain.null-grammar"
  57      "text.tex.latex"
  58      "text.markdown"
  59    ]
  60    knownWords: [
  61      "Lorimer"
  62      "polyethene"
  63      "fulfill"
  64    ]
  65    locales: [
  66      "en-AU"
  67    ]
  68  welcome:
  69    showOnStartup: false
  70  whitespace:
  71    ensureSingleTrailingNewline: false
  72".latex.tex.text":
  73  editor:
  74    softWrap: true