java-dns-cache-manipulator/.editorconfig
2022-01-10 18:29:05 +08:00

23 lines
300 B
INI

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