summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarp/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarp/config.yml b/yarp/config.yml
index e63c2bb802..1d96410fd5 100644
--- a/yarp/config.yml
+++ b/yarp/config.yml
@@ -345,10 +345,10 @@ flags:
values:
- name: IGNORE_CASE
comment: "i - ignores the case of characters when matching"
- - name: MULTI_LINE
- comment: "m - allows $ to match the end of lines within strings"
- name: EXTENDED
comment: "x - ignores whitespace and allows comments in regular expressions"
+ - name: MULTI_LINE
+ comment: "m - allows $ to match the end of lines within strings"
- name: EUC_JP
comment: "e - forces the EUC-JP encoding"
- name: ASCII_8BIT