From b501868d6f4be1b3551251d1ce2e1c62f9cc5c3e Mon Sep 17 00:00:00 2001 From: "cleanthat[bot]" <65607995+cleanthat[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 15:29:05 +0000 Subject: [PATCH] Add default Cleanthat configuration --- .cleanthat/cleanthat.yaml | 21 +++++++++++++++++++++ .cleanthat/spotless.yaml | 17 +++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .cleanthat/cleanthat.yaml create mode 100644 .cleanthat/spotless.yaml diff --git a/.cleanthat/cleanthat.yaml b/.cleanthat/cleanthat.yaml new file mode 100644 index 0000000000..d26b22c3a7 --- /dev/null +++ b/.cleanthat/cleanthat.yaml @@ -0,0 +1,21 @@ +syntax_version: "2023-01-09" +meta: + labels: + - "cleanthat" + refs: + protected_patterns: + - "refs/heads/develop" + - "refs/heads/main" + - "refs/heads/master" +source_code: + encoding: "UTF-8" + line_ending: "GIT" +engines: +- engine: "spotless" + skip: false + source_code: {} + steps: + - id: "spotless" + skip: false + parameters: + configuration: "repository:/.cleanthat/spotless.yaml" diff --git a/.cleanthat/spotless.yaml b/.cleanthat/spotless.yaml new file mode 100644 index 0000000000..2d824d47ed --- /dev/null +++ b/.cleanthat/spotless.yaml @@ -0,0 +1,17 @@ +syntax_version: "2023-01-09" +encoding: "UTF-8" +git: + core_eol: "native" +line_ending: "GIT_ATTRIBUTES" +formatters: +- format: "markdown" + steps: + - id: "flexmark" + skip: false + parameters: + version: "0.62.2" + - id: "freshmark" + skip: false + parameters: + properties: + k1: "v1"