-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add note about editorconfig to CONTRIBUTING.md #4136
Conversation
CONTRIBUTING.md
Outdated
@@ -72,6 +72,10 @@ Packetbeat: | |||
Some of the Beats might have extra development requirements, in which case you'll find a | |||
CONTRIBUTING.md file in the Beat directory. | |||
|
|||
We use an [EditorConfig](http://editorconfig.org/) file in the beats repository to standardise | |||
how different editors use whitespaces etc. in our files. Most popular editors have a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid using "etc" because it can sometimes be a problem when the doc gets translated. How about being more specific?
...how different editors handle whitespace, line endings, and other coding styles in our files... (UPDATED)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess tabs are technically whitespace...hehe. but I think you see the point...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adjusted.
CONTRIBUTING.md
Outdated
@@ -72,6 +72,10 @@ Packetbeat: | |||
Some of the Beats might have extra development requirements, in which case you'll find a | |||
CONTRIBUTING.md file in the Beat directory. | |||
|
|||
We use an [EditorConfig](http://editorconfig.org/) file in the beats repository to standardise | |||
how different editors use whitespaces etc. in our files. Most popular editors have a | |||
[plugin](http://editorconfig.org/#download) for EditorConfig and we strongly recommend you to install it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"we strongly recommend that you install it..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adjusted
07d3009
to
dc69938
Compare
@dedemorton New version pushed. |
LGTM |
No description provided.