From f1ac6fe109a868d4c75d2753e3b49159d8fa166d Mon Sep 17 00:00:00 2001 From: jgirardet Date: Fri, 28 Sep 2018 00:47:51 +0200 Subject: [PATCH] add --skip-numeric-underscore-normalization in readme (#537) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b97059..33cdff3 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ Options: source on standard input). -S, --skip-string-normalization Don't normalize string quotes or prefixes. + -N, --skip-numeric-underscore-normalization + Don't normalize underscores in numeric literals. --check Don't write the files back, just return the status. Return code 0 means nothing would change. Return code 1 means some files would be -- 2.39.5