mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
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
12 lines
189 B
INI
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
|