Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun authored Jun 15, 2016
1 parent 727fa2c commit d9c7165
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# XcodeSourceEditorExtension-Alignment

Align the assignment statement.

```
// before:
var hoge = "hoge"
var foo = "foo"
var awosome = ""
```

```
// after:
var hoge = "hoge"
var foo = "foo"
var awosome = ""
```

License:
=================
The MIT License. See the LICENSE file for more infomation.

0 comments on commit d9c7165

Please sign in to comment.