Minor: add editorconfig by jackwener · Pull Request #1904 · apache/hugegraph
Conversation
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.
|
|
||
| [*.{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.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters