Browse Source

atom: Update config file slightly

master
Nick Plekhanov 9 years ago
parent
commit
f43d705a50
  1. 35
      atom/config.cson

35
atom/config.cson

@ -1,6 +1,9 @@
"*": "*":
autoprefixer: {} autoprefixer: {}
core: core:
disabledPackages: [
"react"
]
themes: [ themes: [
"one-dark-ui" "one-dark-ui"
"cobalt2-syntax" "cobalt2-syntax"
@ -16,6 +19,7 @@
showInvisibles: true showInvisibles: true
softWrap: true softWrap: true
softWrapAtPreferredLineLength: true softWrapAtPreferredLineLength: true
tabType: "soft"
emmet: {} emmet: {}
"exception-reporting": "exception-reporting":
userId: "0f4e16a3-5040-01ba-b000-a0793a69fb44" userId: "0f4e16a3-5040-01ba-b000-a0793a69fb44"
@ -29,6 +33,10 @@
useGitHubStyle: true useGitHubStyle: true
minimap: minimap:
plugins: plugins:
"highlight-selected": true
"highlight-selectedDecorationsZIndex": 0
pigments: true
pigmentsDecorationsZIndex: 0
selection: true selection: true
selectionDecorationsZIndex: 0 selectionDecorationsZIndex: 0
"minimap-selection": "minimap-selection":
@ -37,13 +45,21 @@
"one-light-ui": {} "one-light-ui": {}
pigments: {} pigments: {}
react: {} react: {}
"tree-view": "tree-view": {}
hideVcsIgnoredFiles: false
welcome: welcome:
showOnStartup: false showOnStartup: false
".angular.html.text": ".angular.html.text":
editor: editor:
preferredLineLength: 120 preferredLineLength: 120
".cake.source":
editor:
preferredLineLength: 120
".cs.source":
editor:
preferredLineLength: 120
".csx.source":
editor:
preferredLineLength: 120
".git-commit.text": ".git-commit.text":
editor: editor:
preferredLineLength: 120 preferredLineLength: 120
@ -56,3 +72,18 @@
".js.jsx.react.source": ".js.jsx.react.source":
editor: editor:
showInvisibles: true showInvisibles: true
".js.regexp.replacement.source":
editor:
preferredLineLength: 120
".js.regexp.source":
editor:
preferredLineLength: 120
".js.source":
editor:
preferredLineLength: 120
".json.source":
editor:
preferredLineLength: 120
".nant-build.source":
editor:
preferredLineLength: 120

Loading…
Cancel
Save