From: Drew Olson Date: 2006-11-02T07:45:02+09:00 Subject: Annoying If/Else behavior in SciTE Currently, when using SciTE, my if/else statements are formatted like so: if (x > 0) y = 1 else z = 2 end I'd like it to look like this: if (x > 0) y = 1 else z = 2 end How should I adjust my properties to get this behavior? Thanks, Drew -- Posted via http://www.ruby-forum.com/.