summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2015-02-04 22:20:19 -0500
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2015-02-04 22:20:19 -0500
commitefece0a414139d717311fae8f7e43e446865dbfe (patch)
treeed3fd737e29c838e64c8cbb651c3bc216942098c /README.md
parent956fdfc22d4c59f838a7b62b2b059d9943d90c17 (diff)
parentc7fb61cdf859c1546ca6e3f2d41d5546316a26f0 (diff)
downloadisort-efece0a414139d717311fae8f7e43e446865dbfe.tar.gz
Merge pull request #232 from timgraham/221
Fix #221 -- Add include_trailing_comma setting.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 47358cc6..f055af35 100644
--- a/README.md
+++ b/README.md
@@ -263,6 +263,10 @@ For example:
is equivalent to 4
+For the import styles that use parentheses, you can control whether or not to
+include a trailing comma after the last import with the include_trailing_comma
+option (defaults to false).
+
Intelligently Balanced Multi-line Imports
======================