Skip to content

Commit

Permalink
Merge pull request #158 from arcticicestudio/feature/gh-151-atom-ide
Browse files Browse the repository at this point in the history
Atom IDE
  • Loading branch information
arcticicestudio authored Oct 6, 2018
2 parents 19a89e2 + 70a7351 commit 3970735
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 6 additions & 0 deletions snowblocks/atom/config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
analytics: false
beautifyEntireFileOnSave: false
"atom-ide-ui":
"atom-ide-code-format":
formatOnSave: false
formatOnType: false
"atom-ide-datatip":
datatipDebounceDelay: 2000
hyperclick:
linuxTriggerKeys: "shiftKey,ctrlKey"
"atom-material-ui":
Expand Down Expand Up @@ -73,6 +78,7 @@
"markdown-preview"
"symbols-view"
"github"
"linter"
]
excludeVcsIgnoredPaths: true
fileEncoding: "utf8"
Expand Down
11 changes: 2 additions & 9 deletions snowblocks/atom/packages.cson
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
# Copyright (C) 2016-present Arctic Ice Studio <[email protected]>
# Copyright (C) 2016-present Sven Greb <[email protected]>

# Project: igloo
# Repository: https://github.com/arcticicestudio/igloo
# License: MIT
# References:
# https://github.com/lee-dohm/package-sync

packages: [
"atom-beautify"
"atom-ide-ui"
"atom-material-ui"
"busy-signal"
"color-picker"
"docblockr"
"file-icons"
"highlight-selected"
"ide-typescript"
"intentions"
"language-babel"
"language-diff"
Expand Down

0 comments on commit 3970735

Please sign in to comment.