Skip to content

Commit 1f438d2

Browse files
authored
Update README.md
1 parent 1f7db63 commit 1f438d2

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# align-yaml-python
1+
# align-yaml Python version
2+
3+
> Format, prettify, align, whatever you want to call it. This does that to YAML. Great for making long config files more readable!
4+
5+
Reformats this:
6+
7+
```yaml
8+
one: two
9+
three: four
10+
seventeen: five
11+
```
12+
13+
to this:
14+
15+
```yaml
16+
one: two
17+
three: four
18+
seventeen: five
19+
```
20+
21+
This code is a translation to Python of https://github.com/jonschlinkert/align-yaml

0 commit comments

Comments
 (0)