Skip to content

Commit

Permalink
docs: Fix .editorconfig download
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Rummler <[email protected]>
  • Loading branch information
jaredrummler committed Mar 28, 2024
1 parent aec3749 commit 792f1eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/lang/kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ formatting rules and conventions specified herein.
6. Rename the downloaded file to `.editorconfig`.
6. Add the `.editorconfig` file to your project root directory.

[EditorConfig File &nbsp;:fontawesome-solid-download:][JB_XML]{ .md-button .md-button--primary }
[EditorConfig File &nbsp;:fontawesome-solid-download:][JB_EDITORCONFIG]{ .md-button .md-button--primary }

///
/// tab | XML Config
Expand Down Expand Up @@ -409,6 +409,7 @@ remains clean and consistent with Kotlin best practices.
[SonarQube]: https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/languages/kotlin/
[AndroidLint]: https://developer.android.com/studio/write/lint
[JB_XML]: ../assets/files/kotlin-jetbrains.xml
[JB_EDITORCONFIG]: ../assets/files/kotlin.editorconfig
[CodingConventions]: https://kotlinlang.org/docs/coding-conventions.html
[AwesomeKotlin]: https://github.com/mcxiaoke/awesome-kotlin
[AndroidKotlinGuide]: https://developer.android.com/kotlin/style-guide
Expand Down

0 comments on commit 792f1eb

Please sign in to comment.