Skip to content

Commit

Permalink
Fix markdown indent issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Jan 16, 2024
1 parent 075661a commit a1a1517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ij_kotlin_imports_layout = *,^
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true

[*.{yml,yaml,json,toml,md}]
[*.{yml,yaml,json,toml}]
indent_size = 2
tab_width = 2
ij_continuation_indent_size = 2
Expand Down
4 changes: 2 additions & 2 deletions build-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ If you need to access dependencies that are not yet defined in `build-plugin/bui

1. Add the dependency to the version catalog `gradle/libs.versions.toml`
2. Then add it to `build-plugin/build.gradle.kts`.
1. In case of a plugin dependency use `implementation(plugin(libs.plugins.YOUR_PLUGIN_DEPENDENCY))`.
2. Otherwise `implementation(libs.YOUR_DEPENDENCY))`.
1. In case of a plugin dependency use `implementation(plugin(libs.plugins.YOUR_PLUGIN_DEPENDENCY))`.
2. Otherwise `implementation(libs.YOUR_DEPENDENCY))`.

When done, add the plugin to `build-plugin/src/main/kotlin/ThunderbirdPlugins.kt`

Expand Down

0 comments on commit a1a1517

Please sign in to comment.