aboutsummaryrefslogtreecommitdiff
path: root/atom/config.cson
blob: 6d99888888c194c131d9fb11d0641bda8bf49d91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
"*":
  Repl:
    python3: "python"
  "autoclose-html":
    forceInline: [
      "*"
    ]
  "autocomplete-python":
    useKite: false
  autosave: {}
  core:
    disabledPackages: [
      "linter"
    ]
    telemetryConsent: "no"
    themes: [
      "atom-dark-ui"
      "monokai"
    ]
  editor:
    fontFamily: "Source Code Pro"
    fontSize: 15
    invisibles: {}
    scrollPastEnd: true
    showIndentGuide: true
    tabLength: 4
  "exception-reporting":
    userId: "1bf124c7-3f32-dd9a-658e-b3fb13caee50"
  "ide-python":
    pylsPlugins:
      autopep8:
        enabled: false
      flake8:
        enabled: true
      jedi_completion:
        include_params: false
      jedi_definition:
        follow_builtin_imports: true
        follow_imports: true
      jedi_hover:
        enabled: false
      jedi_references:
        enabled: false
      jedi_signature_help: {}
      mccabe:
        enabled: false
      pyflakes:
        enabled: false
  linter: {}
  "linter-flake8": {}
  "linter-ui-default":
    panelHeight: 206
  "lisp-paredit":
    enabled: false
    strict: false
  minimap:
    plugins:
      bookmarks: true
      bookmarksDecorationsZIndex: 0
      codeglance: true
      codeglanceDecorationsZIndex: 0
      cursorline: true
      cursorlineDecorationsZIndex: 0
      "git-diff": true
      "git-diffDecorationsZIndex": 0
      "highlight-selected": true
      "highlight-selectedDecorationsZIndex": 0
      "split-diff": true
      "split-diffDecorationsZIndex": 0
  "one-dark-ui":
    layoutMode: "Compact"
  "rst-preview-pandoc":
    pandocOpts: "-frst -thtml --webtex"
  "spell-check":
    grammars: [
      "source.yaml"
      "text.plain"
      "text.restructuredtext"
    ]
    localePaths: [
      "/usr/share/myspell/dicts/en_US.dic"
    ]
    locales: [
      "en-US"
    ]
  "split-diff":
    ignoreWhitespace: true
    syncHorizontalScroll: true
  "symbols-tree-view":
    defaultWidth: 400
  tabs:
    usePreviewTabs: true
  "toggle-packages":
    togglePackages: [
      "vim-mode-plus"
    ]
  "tool-bar":
    visible: false
  "tree-view": {}
  "vim-mode": {}
  welcome:
    showOnStartup: false
  "yaml-path":
    activateOnStart: "Don't show on start"
".clojure.source":
  editor:
    autoIndent: false
    autoIndentOnPaste: false