From c5ffc3ae3fee248f53a4eae295d186c73d86ba4f Mon Sep 17 00:00:00 2001 From: LordMathis Date: Wed, 29 Aug 2018 20:52:26 +0200 Subject: [PATCH] Remove atom config cson --- .atom/config.cson | 50 ----------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 .atom/config.cson diff --git a/.atom/config.cson b/.atom/config.cson deleted file mode 100644 index 1fd1c47..0000000 --- a/.atom/config.cson +++ /dev/null @@ -1,50 +0,0 @@ -"*": - "atom-beautify": - general: - _analyticsUserId: "0dd36e2f-4a0c-4f10-afe5-b5a1124d3c36" - "auto-copyright": - owner: "Matúš Námešný" - template: "Copyright (c) %y %o" - core: - closeDeletedFileTabs: true - disabledPackages: [ - "atom-typescript" - "vim-mode-plus" - ] - packagesWithKeymapsDisabled: [] - telemetryConsent: "limited" - "exception-reporting": - userId: "810a52e5-06b5-44a9-99a3-c394cee0b9dd" - "linter-ui-default": - panelHeight: 69 - showPanel: true - minimap: - plugins: - "highlight-selected": true - "highlight-selectedDecorationsZIndex": 0 - "spell-check": - addKnownWords: true - grammars: [ - "source.asciidoc" - "source.gfm" - "text.git-commit" - "text.plain" - "text.plain.null-grammar" - "text.tex.latex" - ] - knownWords: [ - "workspace" - "natively" - ] - "tree-view": {} - "vim-mode-plus": - hideStatusBarOnMaximizePane: false - hideTabBarOnMaximizePane: false - startInInsertMode: true - statusBarModeStringStyle: "long" - welcome: - showOnStartup: false - wordcount: - alwaysOn: true - hidechars: true - noextension: true