Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ac45d5e

Browse filesBrowse 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
Copy full SHA for ac45d5e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.editorconfig

Copy file name to clipboardExpand all lines: .editorconfig
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.