Skip to content

Formatting and repo stuff#1036

Open
NoComment1105 wants to merge 10 commits intokordlib:mainfrom
NoComment1105:formatting-and-repo-stuff
Open

Formatting and repo stuff#1036
NoComment1105 wants to merge 10 commits intokordlib:mainfrom
NoComment1105:formatting-and-repo-stuff

Conversation

@NoComment1105
Copy link
Copy Markdown
Contributor

@NoComment1105 NoComment1105 commented Feb 9, 2026

Description:

Introduces an .editorconfig file, 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.md file is required, I need some guidance on it.


Type of Change:

  • Bug Fix
  • New Feature
  • Breaking change
  • Documentation
  • Dependencies/Buildscript updates
  • Other: Meta and formatting

PR Checklist

Please ensure these are all checked before opening a pull request

  • I have checked for any PRs that already exist for this issue.
  • I have followed
    the contributor guidelines.
  • I have tested my code to the best of my ability.

@NoComment1105 NoComment1105 force-pushed the formatting-and-repo-stuff branch from dfb393f to d141308 Compare February 20, 2026 00:47
# 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
Comment thread .editorconfig Outdated
Comment thread common/src/commonMain/kotlin/entity/optional/Optional.kt Outdated
Comment thread common/src/commonMain/kotlin/KordConstants.kt Outdated
Comment thread voice/src/main/java/com/iwebpp/crypto/TweetNaclFast.java
Comment thread voice/src/main/kotlin/udp/GlobalVoiceUdpSocket.kt Outdated
Comment thread .editorconfig
Comment thread CHANGELOG.md Outdated
@NoComment1105 NoComment1105 force-pushed the formatting-and-repo-stuff branch from bc1d732 to 73ee058 Compare February 20, 2026 12:33
Comment thread .editorconfig Outdated
indent_size = 2

[*.json]
tab_width = 8 No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure that this isn't a bit much? or is that not the size of 8 spaces?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems I misread the standard conventions while reasearching. I have replaced it with indent_size = 2 as it's the standard JS style

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants