Skip to content
Snippets Groups Projects
Commit fcba7074 authored by Daniel Bayley's avatar Daniel Bayley
Browse files

Tidy up

Convert leading tabs to spaces.
parent d93564d6
No related branches found
No related tags found
No related merge requests found
root = true
[*]
end_of_line = LF
charset = utf-8
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[{*.md,package.json}]
indent_style = space
indent_size = 2
# OS X
# macOS
.DS_Store
# npm
node_modules/
*npm-debug*
npm*
[![badge][apm]][package]
[![badge][chat]][#slack]
[![badge][chat-gk]][#slack-gk]
[Atom] + [GitKraken]
====================
......@@ -22,7 +23,9 @@ License
[atom]: https://atom.io
[apm]: https://img.shields.io/apm/v/gitkraken.svg?style=flat-square
[package]: https://atom.io/packages/gitkraken
[chat]: https://img.shields.io/badge/chat-atom.io%20slack-ff69b4.svg?style=flat-square
[chat]: https://img.shields.io/badge/slack-atom.io-9FD4A9.svg?style=flat-square
[#slack]: https://atom-slack.herokuapp.com
[chat-gk]: https://img.shields.io/badge/slack-gitkraken-379388.svg?style=flat-square
[#slack-gk]: https://slack.gitkraken.com
[gitkraken]: http://gitkraken.com
......@@ -8,15 +8,14 @@
"gitkraken",
"workflow"
],
"homepage": "https://atom.io/packages/gitkraken",
"repository": {
"type": "git",
"url": "git+https://github.com/danielbayley/atom-gitkraken.git"
"homepage": "https://atom.io/packages/gitkraken#readme",
"repository": "danielbayley/atom-gitkraken",
"bugs": "https://github.com/danielbayley/atom-gitkraken/issues",
"author": {
"name": "Daniel Bayley",
"email": "daniel.bayley@me.com",
"url": "https://github.com/danielbayley"
},
"bugs": {
"url": "https://github.com/danielbayley/atom-gitkraken/issues"
},
"author": "Daniel Bayley <daniel.bayley@me.com> (https://github.com/danielbayley)",
"private": true,
"license": "MIT",
"os": [
......
@import 'ui-variables';
[class^="status-bar"] .git-branch //[class^="git-"]
{
.status-bar .git-branch {
cursor: pointer;
&:hover { color: @text-color-highlight }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment