qfish / XAlign

An amazing Xcode Source Editor extension to align regular code. It can align anything in any way you want.
MIT License
2.88k stars 386 forks source link

对齐风格,方式问题 #97

Open eimlfang opened 7 years ago

eimlfang commented 7 years ago
    _passwordTextField.placeholder     = @"密码";
    _passwordTextField.returnKeyType   = UIReturnKeyGo;
    _passwordTextField.delegate        = self;
    _passwordTextField.backgroundColor = [UIColor clearColor];
    _passwordTextField.secureTextEntry = YES;
    _passwordTextField.rightViewMode = UITextFieldViewModeWhileEditing;

像这样的代码,最后一个 “rightViewMode”的等号就无法对齐,其他的正常,文档说可以自定义,请问该如何自定义,我想要自定义使用tab对齐的方式

s2eker commented 7 years ago

同样的问题,请大神解决

KingTortoise commented 6 years ago

是的,除了最后一个,其他的都还好。

titman commented 6 years ago

107 解决