Skip to content

Commit 229e03c

Browse files
committed
[TASK] Don’t enforce indent style in documentation
1 parent d00771d commit 229e03c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ insert_final_newline = true
1010

1111
[*.md]
1212
trim_trailing_whitespace = false
13+
indent_style = unset
14+
15+
[LICENSE]
16+
indent_style = unset

Documentation/ViewHelperReference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@ Usage with EXT:form:
251251
/>
252252
</my:molecule.fieldLabel>
253253
</fc:form.translatedValidationResults>
254-
```
254+
```

0 commit comments

Comments
 (0)