projects
/
idea
/
javafx-plugin.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
surround with statement
[idea/javafx-plugin.git]
/
testData
/
formatter
/
expressionsIndent.fx
1
var a = 3;
2
var b = 7;
3
var c = 6;
4
if (a < 4) {
5
b = 5
6
}
7
else {
8
c = 17;
9
while (a * b > c) {
10
if (a > b) a = 1 else b = 1
11
}
12
}