From b50c5f8bdebba54d6c1ef6cfe3d5d22cb76d4ef7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 22 Aug 2025 07:29:59 -0400 Subject: [PATCH] .editorconfig to get the tab width correct on GitHub --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7503733 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# This file is for unifying the coding style for different editors and IDEs. +# More information at http://EditorConfig.org + +root = true + +[*] +tab_width = 8