This reverts commit 262479e87277a6e2c0628e9f3c49742e2c3595d6.
... | ... |
@@ -9,7 +9,7 @@ end_of_line = lf |
9 | 9 |
insert_final_newline = true |
10 | 10 |
trim_trailing_whitespace = true |
11 | 11 |
|
12 |
-[*.{php,twig,yml,html5}] |
|
12 |
+[*.{php,twig,yml}] |
|
13 | 13 |
indent_style = space |
14 | 14 |
indent_size = 4 |
15 | 15 |
|
... | ... |
@@ -21,4 +21,4 @@ indent_style = tab |
21 | 21 |
|
22 | 22 |
[*/src/Resources/contao/**.html5] |
23 | 23 |
indent_style = space |
24 |
-indent_size = 2 |
|
24 |
+indent_size = 2 |
|
25 | 25 |
\ No newline at end of file |