From 7a82553a865dd0a2edcf7b5cd020fb1677177048 Mon Sep 17 00:00:00 2001 From: "David G. Johnston" Date: Mon, 14 Apr 2025 07:16:41 -0700 Subject: [PATCH] Add .inc files to .editorconfig HTML template subcomponent filenames get prefixed with .inc but are just html-like files and thus have the same layout enforced as .html files. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b1eff40a..e3256545 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,6 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.html] +[*.{html,inc}] indent_style = space indent_size = 1