summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-27 22:27:07 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-27 22:27:07 +0000
commit4fefafb1e67c377a8c08e8628b1c02fcbc1cae42 (patch)
treedf396902b1bb43080cd9f19b6646f80fba086593 /NEWS
parent5c99ee83ad8995205559a6dfa5bb52ba5c70e799 (diff)
* NEWS: add new magic-comment. (warn-indent) [ruby-core:25442]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d26d45c34..d6b78c37f9 100644
--- a/NEWS
+++ b/NEWS
@@ -118,6 +118,9 @@ with all sufficient information, see the ChangeLog file.
interpretation of UTS #18.
http://www.unicode.org/reports/tr18/
+* Turning on/off indentation warnings with directives.
+ ("# -*- warn-indent: true -*-" / "# -*- warn-indent: false -*-")
+
=== Compatibility issues (excluding feature bug fixes)
* Kernel#respond_to?