Disable trim_trailing_whitespace for md files

This commit is contained in:
Goooler
2023-11-26 12:34:24 +08:00
committed by GitHub
parent fde10fb727
commit 5df11142ea

View File

@@ -15,5 +15,8 @@ ktlint_code_style = intellij_idea
ktlint_standard_discouraged-comment-location = disabled
ktlint_function_naming_ignore_when_annotated_with = Composable
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2