Formatting
This commit is contained in:
parent
2bf8360c9c
commit
bab8ce1ad1
|
@ -1,10 +1,10 @@
|
||||||
# dfmt
|
# dfmt
|
||||||
Dfmt is a formatter for D source code
|
**dfmt** is a formatter for D source code
|
||||||
|
|
||||||
[](https://travis-ci.org/Hackerpilot/dfmt)
|
[](https://travis-ci.org/Hackerpilot/dfmt)
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
*dfmt* is alpha-quality. Make backups of your files or use source control.
|
**dfmt** is alpha-quality. Make backups of your files or use source control.
|
||||||
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
### Using Make
|
### Using Make
|
||||||
|
@ -14,6 +14,7 @@ Dfmt is a formatter for D source code
|
||||||
LDC, run ```make ldc``` instead. The generated binary will be placed in
|
LDC, run ```make ldc``` instead. The generated binary will be placed in
|
||||||
```dfmt/bin/```.
|
```dfmt/bin/```.
|
||||||
|
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
By default, dfmt reads its input from ```stdin``` and writes to ```stdout```.
|
By default, dfmt reads its input from ```stdin``` and writes to ```stdout```.
|
||||||
If a file name is specified on the command line, input will be read from the
|
If a file name is specified on the command line, input will be read from the
|
||||||
|
|
Loading…
Reference in New Issue