Revision b4a68ee842e9ea41f2b03d0eb740435f9adc005d authored by Dody Suria Wijaya on 30 November 2020, 18:45:46 UTC, committed by James Rodewig on 30 November 2020, 18:53:35 UTC
1 parent 04f5770
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

[*.java]
indent_size = 4

[*.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