個人のメモですンゴ。
config.cson
- ATOM -> config
- 以下を貼り付け(既存の設定はどっかにメモっておく)
"*":
"atom-alignment":
addSpacePostfix: true
alignBy: [
"=>"
":="
":"
"="
": '"
": \""
]
alignmentSpaceChars: [
"=>"
":="
"="
": '"
": \""
]
"atom-ctags": {}
"autoclose-html":
closeOnEndOfOpeningTag: true
"autocomplete-plus": {}
autosave:
enabled: true
core:
disabledPackages: [
"wrap-guide"
"react-snippets"
"linter-ruby"
"symbols-view"
"prettier-atom"
]
packagesWithKeymapsDisabled: []
telemetryConsent: "limited"
themes: [
"one-dark-ui"
"solarized-dark-syntax"
]
editor:
backUpBeforeSaving: true
fontFamily: "Osaka"
invisibles:
tab: " "
lineHeight: 1.3
scrollPastEnd: true
showIndentGuide: true
showInvisibles: true
tabType: "soft"
emmet: {}
"exception-reporting":
userId: "44218b2c-e7a6-139d-9b31-1a73fa1c274e"
"git-blame":
columnWidth: 316
"git-plus":
general:
_analyticsUserId: "1e8dd7f9-e92b-474b-9b2a-7800439fabc4"
"highlight-column":
enableHighlight: true
opacity: 0.15
"japanese-wrap":
characterWidth: {}
jumpy: {}
linter: {}
"linter-eslint":
autofix: {}
"linter-rubocop": {}
"linter-scss-lint": {}
"linter-ui-default": {}
localization:
CurrentLanguage: "Japanese"
"prettier-atom":
formatOnSaveOptions:
enabled: true
useEslint: true
useStylelint: true
rspec: {}
"ruby-block":
highlightLineNumber: true
"sync-settings":
_analyticsUserId: "841c9796-3155-4602-af91-02e3552c8d17"
_lastBackupHash: "5ceeca7100579c97da0237dbccb0e17f517e87fe"
gistId: "cbb890ebb58bec37b847851ee61c2896"
personalAccessToken: "9a4a53df1ec609f879f845dc2825b7dd84efa579"
"tree-view":
hideVcsIgnoredFiles: true
welcome:
showOnStartup: false
whitespace:
ignoreWhitespaceOnCurrentLine: false
font の設定
- Mac のアプリケーションから font book を起動
- osaka を検索
- レギュラーを無効
Packages
- https://atom.io/packages/autocomplete-paths
- https://atom.io/packages/color-picker
- https://atom.io/packages/emmet
- https://atom.io/packages/file-icons
- https://atom.io/packages/git-blame
- https://atom.io/packages/linter-erb
- https://atom.io/packages/linter-sass-lint
- https://atom.io/packages/rails-snippets
- https://atom.io/packages/linter-ruby