elastic / elastic/logstash

Use EditorConfig in all IDE that support it - like Elasticsearch.

Open
#5,626 1 comment 1 reaction 0 assignees View on GitHub
discuss ruby style guide
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
1d 4h
Merged PRs (30d)
88

Description

See http://editorconfig.org/

All we need to do is add a `.editorconfig` to the root of logstash (and perhaps all the plugins when we next do a mass edit)

There are plugins for most IDE/Editors

Example file from https://github.com/elastic/elasticsearch/blob/master/.editorconfig

```
# EditorConfig: http://editorconfig.org/

root = true

[*.java]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.