Files
openide/plugins/lombok/.editorconfig
Nikolay Chashnikov 94f206586b [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
2022-01-28 13:02:53 +00:00

12 lines
189 B
INI

# EditorConfig: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true