Commit Graph

215 Commits

Author SHA1 Message Date
Hackerpilot ebe56f3e56 GC hax 2015-02-19 16:24:21 -08:00
Hackerpilot 30c8134b93 Now no longer goes completely out of control with long expressions 2015-02-19 16:15:02 -08:00
Hackerpilot 96501f7418 More changes 2015-02-19 12:43:21 -08:00
Hackerpilot 32759fafae More fixes to the A* line splitting 2015-02-18 23:21:12 -08:00
Hackerpilot 7dea7ea962 moar better A* 2015-02-18 18:31:41 -08:00
Hackerpilot a886dc5cd0 Silly experiment 2015-02-18 17:56:39 -08:00
Hackerpilot 52d088d934 Fix more stupid bugs 2015-02-18 00:47:32 -08:00
Hackerpilot a124e2dfc9 Improve line breaking 2015-02-17 21:49:24 -08:00
Hackerpilot e39f2916b1 More formatting fixes 2015-02-17 15:31:22 -08:00
Hackerpilot 506e150eea Merge branch 'master' of https://github.com/Hackerpilot/dfmt
Conflicts:
	src/dfmt.d
2015-02-17 12:43:42 -08:00
Hackerpilot eb2f783333 Code cleanup 2015-02-17 12:35:39 -08:00
Hackerpilot e90b84dcde Line wrapping improvements 2015-02-01 02:22:27 -08:00
Hackerpilot 41854aaeb6 Fix #12 2015-01-25 11:02:03 -08:00
Hackerpilot e4ed938515 Fix #11 2015-01-25 10:57:31 -08:00
Hackerpilot 49d06bb1b9 README formatting and dub addition to .gitignore 2015-01-18 00:40:44 -08:00
Brian Schott 378076ff83 Markdown hates me 2015-01-18 00:38:19 -08:00
Hackerpilot bab8ce1ad1 Formatting 2015-01-18 00:37:03 -08:00
Hackerpilot 2bf8360c9c Add some documentation 2015-01-18 00:35:09 -08:00
Hackerpilot d824fd80f1 Add build status icon 2015-01-18 00:26:44 -08:00
Brian Schott 102dbe4db0 Merge pull request #10 from jcd/master
Allow for outputting to anything supporting the write() method. Make it ...
2015-01-18 08:22:22 +00:00
Jonas Drewsen c1334ab3ec Use output range instead of file for output 2015-01-18 09:04:04 +01:00
Brian Schott 110c8bb56c Merge pull request #9 from qznc/master
Serious regression testing
2015-01-18 07:32:20 +00:00
Jonas Drewsen 81b17c8f31 Allow for outputting to anything supporting the write() method. Make it possible to exclude main. 2015-01-17 21:29:28 +01:00
Andreas Zwinkau 044f000a03 add .travis.yml 2015-01-17 16:56:47 +01:00
Andreas Zwinkau ac0b45b53b Remove failing tests
From now on the tests shall always pass
2015-01-17 16:45:37 +01:00
Andreas Zwinkau e1587e3e29 class after ; requires an additional newline 2015-01-17 16:40:14 +01:00
Andreas Zwinkau 91f804496a preserve double newline between comments 2015-01-17 16:26:27 +01:00
Andreas Zwinkau ebb11b0695 Colon always needs space around
Reverts 9284f1a which adds space around colons only in the case of
ternary expressions. However, import bindings and class inheritance
needs space as well. The overhead of the ast-list techniques seems
unnecessary.
2015-01-17 15:38:24 +01:00
Andreas Zwinkau b8ca18ab24 foo()@safe needs a space 2015-01-17 00:29:28 +01:00
Andreas Zwinkau de1f052b73 return without argument must have no space 2015-01-17 00:21:17 +01:00
Andreas Zwinkau cb9a4015e7 Import with comment behind must not output newlines 2015-01-17 00:19:51 +01:00
Brian Schott 9e7d57af84 Merge pull request #8 from qznc/master
Bunch of improvements
2015-01-16 21:28:56 +00:00
Andreas Zwinkau 207dbe638f Fix tests 2015-01-16 22:19:15 +01:00
Andreas Zwinkau 91983ebfea More clever length estimating for import statements
Comma separated imports can get so long, they line breaks. Previously,
line breaks were inserted, if the identifier after "," made the line
longer than the soft limit. Now the whole expression length after ","
is calculated for the decision. For example, no line breaks within
"std.stdio" anymore.
2015-01-16 22:12:40 +01:00
Andreas Zwinkau 2d218f234b refactor: extract function 'tokenLength'
Seems to fix a bug where the length was incorrectly calculated,
since tests/guessnumber.d output changed to something saner.
2015-01-16 22:12:40 +01:00
Andreas Zwinkau 34f01d22c4 adapt test cases where current behavior is ok (though not perfect) 2015-01-16 22:12:40 +01:00
Andreas Zwinkau 0f337b0a15 Put some space before @ 2015-01-16 22:12:40 +01:00
Andreas Zwinkau feb75b4d3b No trailing space after for,foreach,etc 2015-01-16 22:12:40 +01:00
Hackerpilot 9284f1afb6 Better formatting for ternary expressions 2015-01-16 11:34:38 -08:00
Brian Schott 91107b1cc4 Merge pull request #4 from qznc/master
Another day of tiny improvements
2015-01-15 23:20:23 +00:00
Andreas Zwinkau 6538abd177 No spaces-only lines after imports
Fixes tests/higherorder.d
2015-01-15 22:55:56 +01:00
Andreas Zwinkau 2278a4c16b add --help option and usage string 2015-01-15 22:34:03 +01:00
Andreas Zwinkau d59e186ed9 handle multiple arguments and directories 2015-01-15 22:34:03 +01:00
Andreas Zwinkau 1e543822fc refactor: extract function 'format' 2015-01-15 19:49:55 +01:00
Brian Schott 3b6a01be05 Merge pull request #3 from qznc/master
More stuff
2015-01-15 08:39:36 +00:00
Andreas Zwinkau 718f3a5331 more (failing) tests 2015-01-15 09:30:55 +01:00
Andreas Zwinkau 8983dc8b15 tuning whitespace around comments 2015-01-15 09:30:55 +01:00
Andreas Zwinkau 158c679349 no doubleNewline at end of file 2015-01-14 21:43:29 +01:00
Andreas Zwinkau 8dfce773d1 always a space after 'return' 2015-01-14 21:11:58 +01:00
Andreas Zwinkau c64ceeb60f Fix makefile dependencies 2015-01-14 21:11:56 +01:00