https://github.com/elastic/elasticsearch
Raw File
Tip revision: d34da0ea4a966c4e49417f2da2f244e3e97b4e6e authored by Rory Hunter on 22 September 2020, 20:48:27 UTC
Check glibc version (#62728)
Tip revision: d34da0e
.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

[*.java]
indent_size = 4

[*.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