-
Notifications
You must be signed in to change notification settings - Fork 626
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
Configure codestyle settings for Intellij IDEA #2217
Conversation
Note that Grazie has to be present because of IDEA-217753
So new files will include the copyright
It's weird, but animalsniffer issue is stably reproduced on this branch (although looking unrelated). Can you rebase it on latest dev, please? |
@@ -3,6 +3,8 @@ | |||
# IntelliJ files | |||
**/.idea/* | |||
!/.idea/vcs.xml | |||
!/.idea/codeStyles | |||
!/.idea/copyright |
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.
Should this files also be commited?
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.
I think these are folders with profiles
Yes, it's unrelated, fixed by 24c6028 |
* Add IDEA Project code-style settings * Enable spellchecker in the commit message dialog Note that Grazie has to be present because of IDEA-217753 * Add copyright to IDEA project settings So new files will include the copyright * Enable links to YouTrack issues from commit messages
This reverts commit d519d45.
* Revert "Adapt tests for K2 and upcoming deprecations in K1 (Kotlin#2230)" This reverts commit f9229ef. * Revert "Fix value class encoding in various corner cases (Kotlin#2242)" This reverts commit 3cec2f7. * Revert "Improved docs for JsonContentPolymorphicSerializer (Kotlin#2189)" This reverts commit 3555872. * Revert "Fix incorrect json decoding iterator's .hasNext() behavior on array-wrapped inputs: (Kotlin#2268)" This reverts commit 2864aea. * Revert "Fix memory leak caused by invalid KTypeWrapper's equals method (Kotlin#2274)" This reverts commit 836f2bd. * Revert "Replace deprecated ThreadLocal with kotlin.native.concurrent.ThreadLocal (Kotlin#2266)" This reverts commit d73f6e3. * Revert "Get rid of deprecated toChar() in JS-specific code (Kotlin#2252)" This reverts commit 3686362. * Revert "Rename json-okio `target` variables to `sink` (Kotlin#2226)" This reverts commit a978cf0. * Revert "Replace `runCatching-map-getOrDefault` in caching (Kotlin#2248)" This reverts commit da91066. * Revert "Configure project settings for Intellij IDEA (Kotlin#2217)" This reverts commit d519d45. * Revert "Updated K/N targets in accordance with official recommendations (Kotlin#2216)" This reverts commit fe63ced.
No description provided.