ip2region-sdk-php/.editorconfig
2023-03-15 15:25:02 +08:00

16 lines
208 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = 80
[*.{json,yml}]
indent_size = 2