https://github.com/elastic/elasticsearch
Raw File
Tip revision: 3e5a16cfec50876d20ea77b075070932c6464c7d authored by Rory Hunter on 03 March 2021, 20:24:43 UTC
Include log4j transform jar in docker build context tasks (#69808)
Tip revision: 3e5a16c
.editorconfig
# EditorConfig: http://editorconfig.org/

root = true

[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.gradle]
indent_size = 2

[*.groovy]
indent_size = 4
max_line_length = 140

[*.java]
indent_size = 4
max_line_length = 140

[*.json]
indent_size = 2

[*.py]
indent_size = 2

[*.sh]
indent_size = 2

[*.{yml,yaml}]
indent_size = 2

[*.{xsd,xml}]
indent_size = 4
back to top