Does anyone know if there exists an "official" edi...
# announcements
g
Does anyone know if there exists an "official" editorconfig for kotlin?
s
Hi Ola. Did not understand completely your question. Are you asking about EditorConfig plugin?
You can add .editorconfig files to any directory and provide options if you need. If you add this file via "Right Click on folder -> New -> EditorConfig File" you can select an option to add Kotlin-specific formatting options to this file.
g
@Sergei Dubrov [JB] sorry about my question, it was a bit fuzzy. I meant more if there's a good set of rules one could look at. I know e.g. Airbnb has a typescript linter that is widely acknowledged
So the question is really more if anybody knows about a good example
.editorconfig
to start from to get "aligned" with the community? 😛