[lombok] code style: remove "insert_final_newline = true" option from .editorconfig

This option may result in additional empty line added in *.iml file and won't allow you to remove it. But IDEA itself doesn't add newline at the end of *.iml file, so it may lead to modified iml files and causes IntelliJConfigurationFilesFormatTest to fail.

GitOrigin-RevId: 42fad9b74904a9c711bc02a3f20ee63004f1dad5
This commit is contained in:
Nikolay Chashnikov
2022-01-28 15:46:33 +03:00
committed by intellij-monorepo-bot
parent e5524c7cfe
commit 94f206586b

View File

@@ -9,4 +9,3 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true