diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-06-19 20:06:04 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-06-19 20:06:04 +0200 |
commit | 837d0c7270a67ea632d492586843807075eefb88 (patch) | |
tree | 623d37614015a3ab382e49cc7d2eedcfdbc84173 /nimpretty/nimpretty.nim.cfg | |
parent | 0c33244c23542ef3d09ef824718a87acb38b25ac (diff) | |
download | Nim-837d0c7270a67ea632d492586843807075eefb88.tar.gz |
nimpretty: proper command line handling; added tests; travis ensures these stay green
Diffstat (limited to 'nimpretty/nimpretty.nim.cfg')
-rw-r--r-- | nimpretty/nimpretty.nim.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nimpretty/nimpretty.nim.cfg b/nimpretty/nimpretty.nim.cfg new file mode 100644 index 000000000..5fafa6d2a --- /dev/null +++ b/nimpretty/nimpretty.nim.cfg @@ -0,0 +1,2 @@ +--define: nimpretty +--define: nimpretty2 |