https://github.com/elastic/elasticsearch
Raw File
Tip revision: 4d5320bd33d4392a48dda37c4602dbe1b6a5b6cb authored by Armin Braun on 30 October 2018, 10:00:33 UTC
DISCOVERY: Exclude Port 30210 in 5.6 Branch (#34955)
Tip revision: 4d5320b
.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
back to top