Commit Graph

12 Commits

Author SHA1 Message Date
Pavel V. Talanov b7e6717936 Kotlin code style: keywords on new line 2014-02-04 17:09:40 +04:00
Nikolay Krasko 143d8d945c Rewrite isFirstPartInQualified to work properly inside call expressions
#KT-4000 In Progress
2013-09-24 16:54:25 +04:00
Nikolay Krasko b819c2c342 Remove outdated groovy formatting options 2013-09-04 16:27:15 +04:00
Andrey Breslav f7321a40e0 Format method with multiline parameter list like this:
int foo(
        Bar buzz
) {
    // ...
}
2012-08-10 20:08:16 +04:00
Alex Tkachman 8613db2724 minor refactoring in JetParsing in order to reuse code 2012-08-06 18:07:46 +03:00
Evgeny Gerashchenko 5d8f3b95e3 Using correct logger id. 2012-07-22 19:54:40 +04:00
Andrey Breslav 577918a119 Fixed the coding style
* space after type cast
* space in array initializer
2012-04-26 17:33:15 +04:00
Nikolay Krasko 0d1767fbf1 KT-1161 Formatter: indent parameters after function call on new line (not very beautiful but it will be refactored in future)
#KT-1161 fixed
2012-04-04 14:05:51 +04:00
Alex Tkachman 9d752561eb almost full support for annotations 2012-04-01 21:50:01 +03:00
Nikolay Krasko 5ee41a917a Revert accidental changes in code style settings 2012-03-19 16:35:20 +04:00
Nikolay Krasko b31c22e6a0 Fix test with invalid number of elements in completion 2012-03-19 15:03:47 +04:00
Maxim Shafirov 3d9b115f90 Share codestyle (mostly copied from IDEA) 2012-03-16 18:54:35 +04:00