Skip to content

Commit 7a82553

Browse files
committed
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.
1 parent 309d9f7 commit 7a82553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ trim_trailing_whitespace = true
1212
indent_style = space
1313
indent_size = 4
1414

15-
[*.html]
15+
[*.{html,inc}]
1616
indent_style = space
1717
indent_size = 1

0 commit comments

Comments
 (0)