https://github.com/elastic/elasticsearch
Raw File
Tip revision: 37cdac16ade656943c6518357df8464f686cb814 authored by Colin Goodheart-Smithe on 01 February 2018, 16:21:03 UTC
Updates 6.2.0 release note
Tip revision: 37cdac1
.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