Browse Source

atom: minor update to settings

Kyle P Davis 8 years ago
parent
commit
405a900012
1 changed files with 13 additions and 7 deletions
  1. 13 7
      atom/config.cson

+ 13 - 7
atom/config.cson

@@ -1,18 +1,24 @@
 "*":
+  "atom-ternjs": {}
+  "atom-typescript": {}
+  core:
+    themes: [
+      "one-light-ui"
+      "one-light-syntax"
+    ]
   editor:
-    fontSize: 13
+    fontSize: 12
     invisibles: {}
+    scrollPastEnd: true
     showIndentGuide: true
     softTabs: false
     tabLength: 4
-    scrollPastEnd: true
-  "tree-view":
-    hideVcsIgnoredFiles: true
-    hideIgnoredNames: true
   linter:
     inlineTooltipInterval: 1000
     showErrorPanel: false
   "linter-eslint":
     disableWhenNoEslintrcFileInPath: true
-  "atom-ternjs": {}
-  core: {}
+  "linter-flow": {}
+  "tree-view":
+    hideIgnoredNames: true
+    hideVcsIgnoredFiles: true