From 30bbb6b587c3416e33f08b12c57fc2e846cf9b2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:36:52 +0000 Subject: [PATCH] chore: sync config files from DevSecNinja/.github --- .editorconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0bfd42e1..2e450828 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,8 +16,3 @@ trim_trailing_whitespace = false [*.sh] indent_size = 4 - -; Scripts in ~/.local/bin are extensionless by convention, so [*.sh] misses -; them. Keep them indented like every other shell script in the repo. -[home/dot_local/bin/*] -indent_size = 4