Skip to content

Commit ac45d5e

Browse files
authored
Add .inc files to .editorconfig (#64)
HTML template subcomponent filenames get suffixed with .inc but are just html-like files and thus have the same layout enforced as .html files.
1 parent 309d9f7 commit ac45d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
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)