Minor: add editorconfig by jackwener · Pull Request #1904 · apache/hugegraph

Conversation

@jackwener

It's a small but useful change.

It's will enable new_line in end which is good for code-style.

set end_of_line = lf is useful to the developers using Windows.

imbajin


[*.{java,xml,py}]
indent_style = space
indent_size = 4 No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a new line in the end of file, and When and where will this file take effect? (only in win or some IDE?)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov

javeme

javeme previously approved these changes Jun 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for your contribution

javeme

imbajin