alibaba/java-dns-cache-manipulator

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
tab_width = 4
indent_style = space
trim_trailing_whitespace = true

[*.xml]
indent_size = 4
indent_style = tab

[*.{sh,ps1}]
indent_size = 4

[*.yml]
indent_size = 2

[*.{md,mkd,markdown}]
trim_trailing_whitespace = false