-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create common SBT settings with aliases for format/validate code #55
Conversation
Wait.... |
Hmmm 🤔 Just don't sync this file with this repo? 🤷♂️ |
Test PR playframework/play-soap#328 |
@mkurz or we can create a special version for some repository, I don't think that it's a problem. |
@ihostage OK, then lets do it that way 👍 |
699b1c9
to
3d9455e
Compare
sbt/common.sbt
Outdated
/** | ||
* If you need an extra commands to format source code, add the next code to your `build.sbt` | ||
* {{{ | ||
* val _ = sys.props += ("sbt_formatCode" -> List(...).mkString(";")) | ||
* }}} | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkurz If you agree with this comment and below, I will add a synchronization with main Play repo and merge it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! Maybe it's also possible to sync the files into the Play repo's ./documentation/
folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's possible, I'll do that 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✔️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e40a9bb
to
19774f5
Compare
Related to playframework/play-meta#252