ip2region-sdk-php/.editorconfig
2022-06-30 19:05:11 +08:00

12 lines
181 B
INI

# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[**.{php,md}]
charset = utf-8
indent_style = space
indent_size = 4