Hackerpilot
821f9439e4
Fix #251
2016-06-30 17:41:13 -07:00
Brian Schott
e3bf26987b
Merge pull request #250 from ZombineDev/fix-ms-crt-stdio
...
Fix compilation in Windows for CRuntime_Microsoft
2016-06-14 12:42:07 -07:00
ZombineDev
e92b90bbf8
Fix compilation in Windows for CRuntime_Microsoft
...
Use _setmode instead of setmode, because it works for all supported C runtimes on Windows.
This should fix compilation errors for dmd -m32coff, m64, and ldc2 (LDC uses only CRuntime_Microsoft).
2016-06-14 18:39:21 +03:00
Brian Schott
90b68b7e57
Merge pull request #242 from shishkander/issue240
...
Add option to specify where to look for .editorconfig files.
2016-05-04 15:26:31 -07:00
Andrii Shyshkalov
afd5799eb1
Add option to specify where to look for .editorconfig files.
...
Adds a --config|c option which takes a directory in which the search for
.editorconfig files will start.
When --config|c is used together with explicit filenames of files to format,
.editorconfig is searched only in --config directory, and not in directories
where files are.
Fixes #240 .
2016-05-04 12:49:21 +02:00
Hackerpilot
c353f484a6
Update dparse
2016-04-28 15:27:57 -07:00
Hackerpilot
d6861cc5a2
Fix #241
2016-04-28 15:23:00 -07:00
Brian Schott
049b151bac
Merge pull request #239 from BBasile/fix-win
...
windows: fix imports for dmd 2.071 + update bat
2016-04-14 12:36:21 -07:00
Basile Burg
2d18ded428
fix imports for dmd 2.071 + update win bat
2016-04-14 21:08:24 +02:00
Hackerpilot
0f7727e31b
Fix #235
2016-03-27 23:29:38 -07:00
Hackerpilot
2031dbdc71
Fix parse error
2016-03-27 22:47:30 -07:00
Hackerpilot
789019fc86
Update parser and fix imports for 2.071
2016-03-27 22:37:15 -07:00
Brian Schott
2145766d89
Merge pull request #233 from gkotian/master
...
More minor fixes
2016-02-29 15:16:11 -08:00
Gautam Kotian
09867bc3e5
Fix default value in README
2016-02-29 23:56:42 +01:00
Gautam Kotian
1392ef52cf
Fix typo
2016-02-29 23:56:24 +01:00
Brian Schott
1a80fd742a
Merge pull request #232 from gkotian/master
...
Minor Fixes
2016-02-27 15:40:03 -08:00
Gautam Kotian
d7737c0da5
Add missing parameters in function documentation
2016-02-28 00:13:00 +01:00
Gautam Kotian
649ee08e62
Fix typo in function name
2016-02-28 00:12:11 +01:00
Gautam Kotian
be6f5706ae
Fix typos
2016-02-28 00:11:19 +01:00
Hackerpilot
65ac0871fd
Fix #229
2016-02-25 14:02:12 -08:00
Hackerpilot
19801d4796
Update libdparse
2016-02-25 14:01:40 -08:00
Hackerpilot
1d7ee7b3e7
Update parser
2016-02-05 02:38:23 -08:00
Hackerpilot
fd214032a4
Fix bug with multi-line string literals
2016-02-01 00:35:26 -08:00
Hackerpilot
3bc810dcd4
Update libdparse
2016-01-29 02:00:18 -08:00
Hackerpilot
2a4526c8be
Update libdparse
2016-01-28 02:39:02 -08:00
Hackerpilot
851affb63c
Docopt-style help output
2016-01-26 23:55:56 -08:00
Hackerpilot
845358bb61
Prefer breaking on ternary operators
2016-01-26 13:05:59 -08:00
Hackerpilot
c1f189b124
Run dfmt on itself
2016-01-26 13:02:06 -08:00
Hackerpilot
0ea6b340a4
Fix #226
2016-01-26 12:56:19 -08:00
Hackerpilot
e6fe5df515
Improve line wrapping heuristics
2016-01-25 05:24:09 -08:00
Hackerpilot
0eea53a628
Fix #225
2016-01-22 19:06:09 -08:00
Hackerpilot
e2d23726b9
Fix #224
2016-01-22 18:48:36 -08:00
Hackerpilot
268657831b
Fix #219
2016-01-22 04:53:20 -08:00
Hackerpilot
98f443d3f1
Fix #220
2016-01-22 04:48:29 -08:00
Hackerpilot
ee8fcd41f4
Fix #223
2016-01-22 01:51:44 -08:00
Hackerpilot
08c2d0c5e8
Fix #222
2016-01-21 22:11:32 -08:00
Hackerpilot
db2ad1354b
Fix #221
2016-01-20 17:00:46 -08:00
Hackerpilot
3c6ea77a12
Fix an incredibly annoying bug where line break info was being ignored when wrapping at commas
2016-01-20 03:28:31 -08:00
Hackerpilot
74d7644106
Stop using old beta compiler
2016-01-20 03:00:21 -08:00
Hackerpilot
cac45e3607
Fix formatting issue
2016-01-20 02:58:42 -08:00
Hackerpilot
e8a6b40432
Fix issue where constraints would not be detected correctly while formatting.
2016-01-20 02:43:10 -08:00
Hackerpilot
cc7dab0341
Fix problem where bash completion script would not allow user to complete file names
2016-01-20 02:33:16 -08:00
Hackerpilot
fa75eedb36
Add another missing item to the readme
2016-01-19 20:28:22 -08:00
Hackerpilot
cf27387180
Merge branch 'indentation-madness'
2016-01-19 20:10:44 -08:00
Hackerpilot
abe51015c4
Add bash completion support. Fix #218
2016-01-19 20:10:15 -08:00
Hackerpilot
4c5dfb5881
Fix option printing
2016-01-19 20:09:01 -08:00
Hackerpilot
fbd28814e7
Fix missing cell in table
2016-01-19 20:03:41 -08:00
Hackerpilot
3d7f55495a
Document template constraint formatting options
2016-01-19 19:49:15 -08:00
Hackerpilot
387826ba37
Fix option printing
2016-01-19 19:48:28 -08:00
Brian Schott
87c70065d5
Merge pull request #217 from Hackerpilot/indentation-madness
...
0.5.0 changes
2016-01-19 05:27:15 -08:00