Revision 6cf3d65388beb08ea3a91cab5ab48caca8e2695d authored by Mark Vieira on 25 May 2021, 15:25:55 UTC, committed by Mark Vieira on 25 May 2021, 15:26:25 UTC
1 parent 822eb9d
Raw File
.editorconfig
# EditorConfig: http://editorconfig.org/

root = true

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

[*.gradle]
indent_size = 2

[*.groovy]
indent_size = 4
max_line_length = 140

[*.java]
indent_size = 4
max_line_length = 140

[*.json]
indent_size = 2

[*.py]
indent_size = 2

[*.sh]
indent_size = 2

[*.{yml,yaml}]
indent_size = 2

[*.{xsd,xml}]
indent_size = 4
back to top