forked from scala-ide/scalariform
-
Notifications
You must be signed in to change notification settings - Fork 31
Adding a new preference
mdr edited this page Aug 29, 2011
·
4 revisions
case object PlaceScaladocAsterisksBeneathSecondAsterisk extends BooleanPreferenceDescriptor {
val key = "placeScaladocAsterisksBeneathSecondAsterisk"
val description = "Place Scaladoc asterisks beneath the second asterisk in the opening '/**', as opposed to the first"
val defaultValue = false
}
Also add to AllPreferences list in same file.
- Home - Overview of Scalariform
- Command-line tool
- Maven plugin
- Library
- Formatter preferences