From b3e889442337fe63ea18a8084cff585d42c8172a Mon Sep 17 00:00:00 2001 From: QFisH Date: Fri, 6 Dec 2013 01:41:26 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a071c5a..03f0e1b 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ An amazing Xcode plugin to align regular code. It can align anything by using cu ## What's XAlign -Here are some example alignment patterns. Of course you can make your own. The pattern file is here: `main/main/patterns.plist`, patterns are based on regular expression. +Here are some example alignment patterns. Of course you can make your own. The pattern file is here: `main/main/patterns.plist`, and the patterns are based on regular expression. **Tips**: * _You may not like the alignment style below, **try it yourself** or **tell me at the [[Issues]](https://github.com/qfish/XAlign/issues?state=open)**._ :) + * There is no need to align all codes at a time when they are complicated, try to align by group which the codes are more similar in. * 对齐不需要一次全部对齐,可以分组多对几次,那些等号差的太远的就别让它参与对齐了。 * 默认对齐的风格不是你喜欢的,可以自定义,或者提个 [Issues](https://github.com/qfish/XAlign/issues?state=open)。