mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
18e969e161
The EditorConfig file applies the formatting rules described in CONTRIBUTING.md.
11 lines
177 B
INI
11 lines
177 B
INI
# EditorConfig: http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
[*.java]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|