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
/
classIndent_after.fx
1
class Foo extends Node {
2
function create() {
3
Group {
4
content: [
5
Circle {
6
centerX: 150
7
centerY: 120
8
radius: 80
9
}
10
]
11
}
12
}
13
}