# Capturing the part of the team-wide coding conventions
# see https://editorconfig.org/
root = true

[*]
insert_final_newline = true
charset=utf-8
indent_style=space

[*.java]
indent_size = 2
