Java/.editorconfig
Mathias Hermansson 81dd17cd0b
(chore): Update bucket files from template (#435)
* (chore): Update bucket files from template

* Remove appveyor.yml

* Remove old test folder and its content
2022-10-13 15:55:25 +02:00

17 lines
291 B
INI

# EditorConfig (is awesome): http://EditorConfig.org
# * top-most EditorConfig file
root = true
# default style settings
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_size = 2