提交 c1b620e2 编写于 作者: S serge-rider

#3103 SQL auto-indent fix (END block detect)

上级 dda6cfc5
......@@ -31,7 +31,10 @@ public interface SQLIndentSymbols
String BEGIN = "BEGIN";
String begin = "begin";
String end = "end ";
String END = "END ";
String end = "end";
String END = "END";
// String end2 = "end ";
// String END2 = "END ";
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册