mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EditorConfig documentation test
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e6e3eaa09d
commit
123242c4b2
@@ -1,6 +1,26 @@
|
||||
<fold text='/.../'>/*
|
||||
file header comment
|
||||
*/</fold>
|
||||
|
||||
package test;
|
||||
<fold text='/*...*/'>/*
|
||||
outer class comment
|
||||
*/</fold>
|
||||
|
||||
<fold text='//...'>//outer class
|
||||
//consequent EOL comments</fold>
|
||||
|
||||
import java.util.List;
|
||||
<fold text='/*...*/'>/*
|
||||
outer class comment
|
||||
*/</fold>
|
||||
|
||||
<fold text='//...'>//outer class
|
||||
//consequent EOL comments</fold>
|
||||
|
||||
<fold text='/*...*/'>/*
|
||||
before class comment
|
||||
*/</fold>
|
||||
class Test {
|
||||
<fold text='/*...*/'>/*
|
||||
dangling multiline commnent
|
||||
@@ -41,4 +61,9 @@ class Test {
|
||||
}</fold>
|
||||
}</fold>
|
||||
}</fold>
|
||||
}
|
||||
}
|
||||
<fold text='/*...*/'>/*
|
||||
after class comment
|
||||
*/</fold>
|
||||
<fold text='//...'>// after class
|
||||
//consequent EOL comments</fold>
|
||||
Reference in New Issue
Block a user