From 69d702f2076930b8cc88c73420fc849eb4b807ce Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 19 Oct 2023 10:45:34 -0400 Subject: editorconfig seems to be working --- test/editorconfig/subdir/.editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/editorconfig/subdir/.editorconfig (limited to 'test/editorconfig/subdir/.editorconfig') diff --git a/test/editorconfig/subdir/.editorconfig b/test/editorconfig/subdir/.editorconfig new file mode 100644 index 0000000..610d487 --- /dev/null +++ b/test/editorconfig/subdir/.editorconfig @@ -0,0 +1,5 @@ +; don't apply ../.editorconfig +root = true + +[*] +indent_size = 4 -- cgit v1.2.3