Open
Conversation
dfb393f to
d141308
Compare
# Conflicts: # buildSrc/src/main/kotlin/kord-publishing.gradle.kts # common/src/commonMain/kotlin/entity/DiscordComponent.kt # core/src/commonMain/kotlin/behavior/MemberBehavior.kt # core/src/commonMain/kotlin/cache/data/ComponentData.kt # core/src/commonMain/kotlin/entity/interaction/ComponentInteraction.kt # core/src/commonMain/kotlin/gateway/handler/InteractionEventHandler.kt # gateway/src/commonMain/kotlin/Event.kt # ksp-processors/src/main/kotlin/generation/GenerationEntity.kt
lukellmann
reviewed
Feb 20, 2026
lukellmann
reviewed
Feb 20, 2026
bc1d732 to
73ee058
Compare
Taubsie
reviewed
Feb 26, 2026
| indent_size = 2 | ||
|
|
||
| [*.json] | ||
| tab_width = 8 No newline at end of file |
Contributor
There was a problem hiding this comment.
are you sure that this isn't a bit much? or is that not the size of 8 spaces?
Contributor
Author
There was a problem hiding this comment.
It seems I misread the standard conventions while reasearching. I have replaced it with indent_size = 2 as it's the standard JS style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Introduces an
.editorconfigfile, along with some issue forms and templates. This is the first step in making it easier to contriubte and maintian formatting as a project, as discussed in the Discord server recently.A recommendation for the content of the
CONTRIBUTING.mdfile is required, I need some guidance on it.Type of Change:
PR Checklist
Please ensure these are all checked before opening a pull request
the contributor guidelines.