From 9ec996abc51182f7a32f18027e6dc991be5e41a7 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sun, 6 Aug 2023 20:52:54 +0900 Subject: [PATCH] Remove outdated includes definition from dprint https://github.com/dprint/dprint/issues/728 `dprint output-file-paths | wc -l` changed from 17 to 18 --- dprint.json | 1 - home/.stack/config.yaml | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dprint.json b/dprint.json index f410ee77..c0cc4097 100644 --- a/dprint.json +++ b/dprint.json @@ -9,7 +9,6 @@ "printWidth": 120, "singleQuote": true }, - "includes": ["**/*.{json,md,yml,toml}"], "excludes": [ ".git", "**/*-lock.json" diff --git a/home/.stack/config.yaml b/home/.stack/config.yaml index 201d7c33..30fc646b 100644 --- a/home/.stack/config.yaml +++ b/home/.stack/config.yaml @@ -8,11 +8,10 @@ # See https://docs.haskellstack.org/en/stable/yaml_configuration/#templates templates: params: - author-name: Kenichi Kamiya - author-email: kachick1@gmail.com - copyright: 'Copyright (c) 2023 Kenichi Kamiya' - github-username: kachick - + author-name: Kenichi Kamiya + author-email: kachick1@gmail.com + copyright: 'Copyright (c) 2023 Kenichi Kamiya' + github-username: kachick # The following parameter specifies stack's output styles; STYLES is a # colon-delimited sequence of key=value, where 'key' is a style name and # 'value' is a semicolon-delimited list of 'ANSI' SGR (Select Graphic