Last active
July 6, 2018 14:40
-
-
Save abemedia/7c6b7d42793e02eed9b668f5a445e576 to your computer and use it in GitHub Desktop.
Atom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"*": | |
"atom-beautify": | |
general: | |
_analyticsUserId: "b4c23a8d-a7fc-4786-b02d-51655c7cdbe5" | |
js: | |
beautify_on_save: true | |
default_beautifier: "ESLint Fixer" | |
vue: | |
break_chained_methods: true | |
default_beautifier: "ESLint Fixer" | |
object_curly_spacing: true | |
preserve_newlines: false | |
space_after_anon_function: true | |
space_before_conditional: false | |
wrap_attributes: "force-aligned" | |
"atom-ide-ui": | |
"atom-ide-diagnostics-ui": | |
autoVisibility: true | |
use: {} | |
core: | |
disabledPackages: [ | |
"linter" | |
] | |
telemetryConsent: "limited" | |
editor: | |
fontSize: 15 | |
scrollPastEnd: true | |
softWrap: true | |
"exception-reporting": | |
userId: "90059919-3076-414f-a421-cdc02744a93d" | |
"ide-vue": {} | |
"linter-lua": | |
executablePath: "luajit" | |
"linter-ui-default": | |
panelHeight: 308 | |
welcome: | |
showOnStartup: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'atom-workspace': | |
'ctrl-shift-w': 'tabs:close-all-tabs' | |
# enable copying in terminal window | |
'.terminal-pane': | |
'ctrl-shift-c': 'core:copy' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atom-beautify@0.32.5 | |
atom-ide-debugger-node@0.7.1 | |
atom-ide-ui@0.12.0 | |
go-plus@5.8.3 | |
ide-css@0.3.0 | |
ide-go@0.7.0 | |
ide-html@0.4.2 | |
ide-json@0.2.1 | |
ide-typescript@0.7.6 | |
ide-vue@0.1.9 | |
ide-yaml@0.4.3 | |
js-hyperclick@1.13.0 | |
language-docker@1.1.8 | |
language-ethereum@0.3.9 | |
language-lua@0.9.11 | |
language-vue@0.23.1 | |
linter@2.2.0 | |
linter-lua@1.0.4 | |
vue-hyperclick@0.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment