From e2b894d8081ed40afd6d99ad0ef1005e53891b00 Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Thu, 20 Aug 2026 17:02:47 +0300 Subject: [PATCH] chore: run `ddev utility addon-update-checker` --- .editorconfig | 15 +++++++++++++++ .gitattributes | 1 + 2 files changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..27fed85 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.{bats,sh,yml,yaml}] +indent_size = 2 diff --git a/.gitattributes b/.gitattributes index 70215be..c13c93a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ tests/ export-ignore .github/ export-ignore .gitattributes export-ignore +.editorconfig export-ignore