From f498f3d7fe26fbbe15b9ad4b17a155518d0ce078 Mon Sep 17 00:00:00 2001 From: davidcraig Date: Thu, 15 Aug 2024 13:15:26 +0100 Subject: [PATCH] Add an editorconfig --- .editorconfig | 6 ++++++ .pkgmeta | 1 + 2 files changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c979790 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +indent_size = 2 +indent_style = space +insert_final_newline = true +end_of_line = lf +trim_trailing_whitespace = true diff --git a/.pkgmeta b/.pkgmeta index ca1d242..a2e4164 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -28,6 +28,7 @@ externals: ignore: - .github + - .editorconfig - Libs/LibStub/tests - Libs/LibStub/LibStub.toc - Libs/LibQTip-1.0/LibStub