Fix markdown indent issues
This commit is contained in:
parent
075661a2d2
commit
a1a1517322
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ ij_kotlin_imports_layout = *,^
|
||||||
ij_kotlin_allow_trailing_comma = true
|
ij_kotlin_allow_trailing_comma = true
|
||||||
ij_kotlin_allow_trailing_comma_on_call_site = true
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
||||||
|
|
||||||
[*.{yml,yaml,json,toml,md}]
|
[*.{yml,yaml,json,toml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
tab_width = 2
|
tab_width = 2
|
||||||
ij_continuation_indent_size = 2
|
ij_continuation_indent_size = 2
|
||||||
|
|
|
@ -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`
|
1. Add the dependency to the version catalog `gradle/libs.versions.toml`
|
||||||
2. Then add it to `build-plugin/build.gradle.kts`.
|
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))`.
|
1. In case of a plugin dependency use `implementation(plugin(libs.plugins.YOUR_PLUGIN_DEPENDENCY))`.
|
||||||
2. Otherwise `implementation(libs.YOUR_DEPENDENCY))`.
|
2. Otherwise `implementation(libs.YOUR_DEPENDENCY))`.
|
||||||
|
|
||||||
When done, add the plugin to `build-plugin/src/main/kotlin/ThunderbirdPlugins.kt`
|
When done, add the plugin to `build-plugin/src/main/kotlin/ThunderbirdPlugins.kt`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue