diff --git a/.editorconfig b/.editorconfig index b65b2d92..5e0bd1f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,4 +11,5 @@ indent_style = space trim_trailing_whitespace = true insert_final_newline = true tab_width = 4 -ij_kotlin_allow_trailing_comma = true \ No newline at end of file +ij_kotlin_allow_trailing_comma = true +ktlint_standard_function-name = false