Commit Graph

  • be29b1c4b3
    Merge 21b79d38af into d8e43e23ec Daniel Zuncke 2024-09-26 19:27:26 +0000
  • d8e43e23ec remove explicit `nothrow` from `globMatchEditorConfig` master v0.15.2 Nicholas Wilson 2024-08-21 15:45:44 +0800
  • 36d63e559e
    remove explicit `nothrow` from `globMatchEditorConfig` Nicholas Wilson 2024-08-21 15:45:44 +0800
  • 21b79d38af
    Adjust return value on missing token Daniel Zuncke 2024-07-07 02:14:07 +0200
  • ea0db76c10
    Merge branch 'dlang-community:master' into issue586_followup Daniel Zuncke 2024-07-07 02:06:32 +0200
  • 0ea0572e86 makefile: Remove stdx-allocator from imports and sources Andrei Horodniceanu 2024-05-02 20:42:38 +0300
  • 5ea76cd293 makefile: fix bin/dfmt-test target Andrei Horodniceanu 2024-05-02 20:41:53 +0300
  • 9a36204b7d makefile: Remove stdx-allocator from imports and sources Andrei Horodniceanu 2024-05-02 20:42:38 +0300
  • 1c582392a7 makefile: fix bin/dfmt-test target Andrei Horodniceanu 2024-05-02 20:41:53 +0300
  • fa463b472c improve makefile Jeremy Baxter 2024-02-11 18:15:57 +1300
  • 23cba7a6f0 improve makefile Jeremy Baxter 2024-02-11 18:15:57 +1300
  • f003239e13
    Issue 586: Add tests with keep_line_breaks true Daniel Zuncke 2024-02-03 23:10:00 +0100
  • 0c7c86f031
    Issue 586: Update tests Daniel Zuncke 2024-02-03 22:58:07 +0100
  • bf56024154
    Issue 586: Fix indentation for named arguments Daniel Zuncke 2024-02-03 22:50:51 +0100
  • 2bd4b4179c
    Merge b845d96ee2 into 2ea6c43a66 Prajwal S N 2024-01-12 02:31:05 -0500
  • b845d96ee2
    fix: boolean logic for line split Prajwal S N 2024-01-12 13:00:39 +0530
  • 864caada43
    feat: add `dfmt_single_template_constraint_indent` Prajwal S N 2024-01-12 12:23:31 +0530
  • 325f093091
    feat: add `dfmt_split_operator_at_line_end` Prajwal S N 2024-01-12 12:22:45 +0530
  • 6ef9fba442
    chore: revert changes to README Prajwal S N 2024-01-04 21:18:43 +0530
  • 90bb91d2c6
    fix: use temporary buffer for conditional newline Prajwal S N 2024-01-02 14:47:20 +0530
  • 3eb09287b2
    chore: run dfmt on all files Prajwal S N 2023-12-29 14:14:32 +0530
  • 7f81285c1f
    feat: conditional template constraint style Prajwal S N 2023-12-29 14:06:43 +0530
  • 6e97ea81d1
    feat: track line length Prajwal S N 2023-12-29 13:29:48 +0530
  • 16028a8f62
    fix: store unit tests in AST Prajwal S N 2023-12-29 13:24:03 +0530
  • 3b80011673
    chore: make it compile with latest DMD Prajwal S N 2023-12-29 13:22:59 +0530
  • 0897c83e86
    feat: non-conditional template constraints styles Prajwal S N 2023-12-14 00:14:54 +0530
  • 0259887791
    feat: add `dfmt_space_before_named_arg_colon` Prajwal S N 2023-12-13 18:59:19 +0530
  • 14024a5725
    feat: add `dfmt_compact_labeled_statements` Prajwal S N 2023-12-13 18:40:26 +0530
  • 07bfe5c208
    feat: add brace styles Prajwal S N 2023-12-01 17:45:33 +0530
  • b4e36d998b
    feat: add `dfmt_selective_import_space` Prajwal S N 2023-11-23 00:11:24 +0530
  • 62e47bb5d4
    feat: add `dfmt_space_after_keywords` Prajwal S N 2023-11-23 00:11:00 +0530
  • 90c9040898
    feat: add 4 transformations Prajwal S N 2023-11-10 17:12:58 +0530
  • ded6e8d37b
    fix: iron out some bugs Prajwal S N 2023-11-09 23:23:51 +0530
  • decdc79445
    fix: add indentation logic Prajwal S N 2023-11-08 18:10:36 +0530
  • 3ac8e5afa6
    feat: implement visitors and writers Prajwal S N 2023-10-19 21:27:17 +0530
  • 6c1c543194
    feat: make it compile with dmd AST Prajwal S N 2023-09-27 23:27:16 +0530
  • 806e7589c9
    refactor: lexer in `indentation.d` and `wrapping.d` Prajwal S N 2023-09-27 23:22:47 +0530
  • 61206bc0ca
    refactor: lexer in `tokens.d` Prajwal S N 2023-09-22 13:17:29 +0530
  • 34174badd0
    chore(deps): add dmd library Prajwal S N 2023-09-22 13:17:09 +0530
  • 2ea6c43a66 Use libdparse to check for named arg Daniel Zuncke 2023-10-26 16:21:03 +0200
  • 9f377100f0 Remove unnecessary tok!"comment" filter Daniel Zuncke 2023-10-26 13:21:58 +0200
  • 20b8badf8c Fix issue #586 Daniel Zuncke 2023-10-26 10:23:57 +0200
  • bb538a79c6
    Use libdparse to check for named arg Daniel Zuncke 2023-10-26 16:21:03 +0200
  • f40ae24eb7
    Remove unnecessary tok!"comment" filter Daniel Zuncke 2023-10-26 13:21:58 +0200
  • 1f412fe794
    Fix issue #586 Daniel Zuncke 2023-10-26 10:23:57 +0200
  • 35e55bc9b2
    Fix #578 ternary expressions in AA literals not properly formatted (#591) Daniel Zuncke 2023-10-22 10:52:14 +0200
  • 61b448b551
    Ternary expr. now visited recursively Daniel Zuncke 2023-10-22 09:08:55 +0200
  • 0b3946f9f5
    Fix issue 578 Daniel Zuncke 2023-10-20 17:51:55 +0200
  • b8c35ad2fd
    Merge branch 'master' of https://github.com/dlang-community/dfmt Daniel Zuncke 2023-10-19 15:09:15 +0200
  • 08fe5d6855 Confirm token equality, safer loop Daniel Zuncke 2023-10-17 20:24:02 +0200
  • c0452dbd11 Update test to include both known cases Daniel Zuncke 2023-10-17 17:56:22 +0200
  • 876bbe33c1 Fix issue #432 Daniel Zuncke 2023-10-17 03:49:31 +0200
  • 4a0841745a
    Confirm token equality, safer loop Daniel Zuncke 2023-10-17 20:24:02 +0200
  • 979c74d0d0
    Update test to include both known cases Daniel Zuncke 2023-10-17 17:56:22 +0200
  • be24f122dd
    Fix issue #432 Daniel Zuncke 2023-10-17 03:49:31 +0200
  • 1e765fb781 add knr test variant for no_space_after_keyword WebFreak001 2023-07-26 16:12:02 +0200
  • c43803575d No space after keywords Robert Schadek 2023-07-21 16:20:16 +0200
  • 6912b84917
    add knr test variant for no_space_after_keyword WebFreak001 2023-07-26 16:12:02 +0200
  • edd40b8f64 No space after keywords Robert Schadek 2023-07-21 16:20:16 +0200
  • 470e65f7cc bump minimum libdparse version, fix #583 v0.15.1 WebFreak001 2023-07-19 11:29:15 +0200
  • 1bb9a89082
    bump minimum libdparse version, fix #583 WebFreak001 2023-07-19 11:29:15 +0200
  • 6f41b20d5b Remove travis Eugen Wissner 2023-05-01 22:52:56 +0200
  • 4bf21b1c45
    Remove travis Eugen Wissner 2023-05-01 22:52:56 +0200
  • 49b9fe4051
    Merge pull request #579 from belka-ew/bug/revert-array-indent-on-line v0.15.0 Razvan Nitu 2023-04-07 23:19:48 +0800
  • fec7394175 Add reflow_property_chains option Eugen Wissner 2023-03-05 17:57:23 +0100
  • 727472c365
    Keep "(" indentation with a "]" in the same line Eugen Wissner 2023-03-20 17:59:35 +0100
  • ce240eb9c3
    Add reflow_property_chains option Eugen Wissner 2023-03-05 17:57:23 +0100
  • 840aeee45e add missing test WebFreak001 2023-03-01 22:06:35 +0100
  • a91f044958 add some missing hasCurrent checks WebFreak001 2023-02-25 01:51:50 +0100
  • 442a53c317
    add missing test WebFreak001 2023-03-01 22:06:35 +0100
  • 68d0e4e7ce
    add some missing hasCurrent checks WebFreak001 2023-02-25 01:51:50 +0100
  • dba8c87ebc Revert operator indentation in an argument list v0.15.0-beta.2 Eugen Wissner 2023-01-25 12:32:02 +0100
  • ecf15cdd06
    Revert operator indentation in an argument list Eugen Wissner 2023-01-25 12:32:02 +0100
  • a4fbc6f881 Revert chain indentation in an argument list Eugen Wissner 2023-01-15 19:47:57 +0100
  • d3942b3a77
    Revert chain indentation in an argument list Eugen Wissner 2023-01-15 19:47:57 +0100
  • 57f57d95de Fix else indentation after array literal Eugen Wissner 2022-08-07 21:46:16 +0200
  • e43f25909b Fix else indentation after array literal Eugen Wissner 2022-08-07 21:46:16 +0200
  • 4a6078779a Fix #568, don't output empty files without error v0.15.0-beta.1 WebFreak001 2022-10-05 21:51:36 +0200
  • e251e4343a Remove appveyor.yml Iain Buclaw 2022-10-06 20:52:54 +0200
  • 02070df593 Update downloads.dlang.org links to use https Iain Buclaw 2022-10-03 22:48:38 +0200
  • e78512a80d Remove appveyor.yml Iain Buclaw 2022-10-06 20:52:54 +0200
  • 21927f5d58 Update downloads.dlang.org links to use https Iain Buclaw 2022-10-03 22:48:38 +0200
  • e9f9f29224
    always add potential spaces after `@attr` WebFreak001 2022-10-05 23:56:29 +0200
  • 65764a93a7
    Fix #568, don't output empty files without error WebFreak001 2022-10-05 21:51:36 +0200
  • 6744df20f3 Add knr brace style to README Andrey Proskurin 2022-09-14 04:56:18 +0200
  • 214d683dbe
    Add knr brace style to README Andrey Proskurin 2022-09-14 04:56:18 +0200
  • 8d42254d47 Fix indentation of callchains with comments Eugen Wissner 2022-08-06 00:21:53 +0200
  • b0555b99c3
    Fix indentation of callchains with comments Eugen Wissner 2022-08-06 00:21:53 +0200
  • 2a4af7a2b2
    Retain line ending by default. (#553) Bastiaan Veelo 2022-07-28 17:21:10 +0200
  • 026a58e273 Very long chained calls in array literals are indented weirdly Eugen Wissner 2022-07-26 17:44:22 +0200
  • c355c6feaf
    Very long chained calls in array literals are indented weirdly Eugen Wissner 2022-07-26 17:44:22 +0200
  • c88ec8ef59
    Merge branch 'dlang-community:master' into retain_end_of_line Bastiaan Veelo 2022-07-21 09:22:26 +0200
  • 4947beec6b CI Bastiaan Veelo 2022-07-12 12:24:18 +0200
  • 8b5083a8f1
    CI Bastiaan Veelo 2022-07-12 12:24:18 +0200
  • 42f555d377
    Merge branch 'master' into retain_end_of_line Bastiaan Veelo 2022-07-12 10:59:13 +0200
  • b172b36b3d Move application logic out of the constructor. Bastiaan Veelo 2022-07-11 23:41:08 +0200
  • 4d264ac551 Fix array literal indentation in foreach (#554) belka-ew 2022-06-14 14:35:54 +0200
  • e20d808a56 Update dub.json to remove dependency on `rdmd` (#547) skyline131313 2022-06-13 10:23:56 -0400
  • d862d8aef1
    Fix array literal indentation in foreach (#554) belka-ew 2022-06-14 14:35:54 +0200
  • 036da91542
    Update dub.json to remove dependency on `rdmd` (#547) skyline131313 2022-06-13 10:23:56 -0400