Last active
July 6, 2018 14:40
-
-
Save abemedia/7c6b7d42793e02eed9b668f5a445e576 to your computer and use it in GitHub Desktop.
Revisions
-
abemedia revised this gist
Jul 6, 2018 . 1 changed file with 37 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,37 @@ "*": "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 -
abemedia revised this gist
Jul 6, 2018 . 1 changed file with 19 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] -
abemedia created this gist
May 9, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ 'atom-workspace': 'ctrl-shift-w': 'tabs:close-all-tabs' # enable copying in terminal window '.terminal-pane': 'ctrl-shift-c': 'core:copy'