mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-26 21:30:00 +03:00
Add dub config
This commit is contained in:
parent
1c79cf3cbf
commit
b337bcbbe0
2 changed files with 11 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
*.o
|
*.o
|
||||||
bin
|
bin
|
||||||
*.d.out
|
*.d.out
|
||||||
|
.dub
|
||||||
|
dfmt
|
||||||
|
|
9
dub.json
Normal file
9
dub.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"name": "dfmt",
|
||||||
|
"description": "Dfmt is a formatter for D source code",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"targetType": "executable",
|
||||||
|
"dependencies": {
|
||||||
|
"libdparse": "~master"
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue