From 16bcb1f18abee619c31890e1355104b41f54cbdb Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Tue, 21 May 2024 19:36:08 -0400 Subject: [PATCH] Config yml --- .github/linters/.yaml-lint.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/linters/.yaml-lint.yml diff --git a/.github/linters/.yaml-lint.yml b/.github/linters/.yaml-lint.yml new file mode 100644 index 0000000..3cc4c2a --- /dev/null +++ b/.github/linters/.yaml-lint.yml @@ -0,0 +1,6 @@ +--- +extends: default +rules: + line-length: disable + indentation: + spaces: 2 \ No newline at end of file