浏览代码

atom: minor update to settings

Kyle P Davis 8 年之前
父节点
当前提交
405a900012
共有 1 个文件被更改,包括 13 次插入7 次删除
  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:
   editor:
-    fontSize: 13
+    fontSize: 12
     invisibles: {}
     invisibles: {}
+    scrollPastEnd: true
     showIndentGuide: true
     showIndentGuide: true
     softTabs: false
     softTabs: false
     tabLength: 4
     tabLength: 4
-    scrollPastEnd: true
-  "tree-view":
-    hideVcsIgnoredFiles: true
-    hideIgnoredNames: true
   linter:
   linter:
     inlineTooltipInterval: 1000
     inlineTooltipInterval: 1000
     showErrorPanel: false
     showErrorPanel: false
   "linter-eslint":
   "linter-eslint":
     disableWhenNoEslintrcFileInPath: true
     disableWhenNoEslintrcFileInPath: true
-  "atom-ternjs": {}
-  core: {}
+  "linter-flow": {}
+  "tree-view":
+    hideIgnoredNames: true
+    hideVcsIgnoredFiles: true