Skip to content

Commit

Permalink
Cleanup for Deprecation Day
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-dohm committed May 2, 2015
1 parent f0c080a commit 7204f32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## **v0.10.0** — *Released: 1 May 2015*

* Clean up for Deprecation Day

## **v0.9.2** — *Released: 30 March 2015*

* Added keywords to the `package.json`
Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
[![Build Status](https://travis-ci.org/lee-dohm/tabs-to-spaces.svg?branch=master)](https://travis-ci.org/lee-dohm/tabs-to-spaces)

# Tabs to Spaces
# Tabs to Spaces [![Build Status](https://travis-ci.org/lee-dohm/tabs-to-spaces.svg?branch=master)](https://travis-ci.org/lee-dohm/tabs-to-spaces) [![Dependency Status](https://david-dm.org/lee-dohm/tabs-to-spaces.svg)](https://david-dm.org/lee-dohm/tabs-to-spaces)

An Atom package for converting leading whitespace to either all spaces or all tabs.

## Installation

The package can be installed by using the Settings screen and searching for `tabs-to-spaces`.

It can also be installed from the command line with the command:

```bash
apm install tabs-to-spaces
```

## Usage

It can convert any form of leading whitespace to either all spaces (Untabify) or the maximum number of tabs and minimum number of spaces with tabs up front (Tabify) to fill the same space. It can also convert all tabs in a document to spaces (Untabify All).
Expand Down
2 changes: 1 addition & 1 deletion menus/tabs-to-spaces.cson
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'context-menu':
'atom-text-editor, .overlayer': [
'atom-text-editor': [
{
'label': 'Tabs to spaces'
'submenu': [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "tabs-to-spaces",
"author": "Lee Dohm <[email protected]>",
"main": "./lib/index",
"version": "0.9.2",
"description": "Provides the ability to convert between leading tabs and spaces in a document",
Expand Down

0 comments on commit 7204f32

Please sign in to comment.