@@ -5,9 +5,10 @@
showIndentGuide: true
softTabs: false
tabLength: 4
+ scrollPastEnd: true
"tree-view":
hideVcsIgnoredFiles: true
- hideIngoredNames: true
+ hideIgnoredNames: true
linter:
showErrorInline: false
statusBar: "Show error if the cursor is in range"
@@ -32,3 +32,10 @@ atom-ternjs-type {
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
-webkit-font-smoothing: none;
}
+
+atom-notifications {
+ opacity: 0.7;
+}
+atom-notifications:hover {
+ opacity: 1.0;