mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[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:
committed by
intellij-monorepo-bot
parent
e5524c7cfe
commit
94f206586b
@@ -9,4 +9,3 @@ indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
Reference in New Issue
Block a user