Skip to content

Commit f11c812

Browse files
committed
[WIP]
This is a breaking change that should affect no one. Specifically, instead of setting `whitelist` and `alwaysOverrideWithWhitelist` instead set `allowedList` and `alwaysOverrideWithAllowedList`."
1 parent 37450fb commit f11c812

File tree

2 files changed

+127
-103
lines changed

2 files changed

+127
-103
lines changed

.editorconfig

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

1111
# Matches multiple files with brace expansion notation
1212
# Set default charset
13-
[*.{php}]
13+
[*.php]
1414
charset = utf-8
1515
indent_style = tab
1616

0 commit comments

Comments
 (0)