mirror of
https://github.com/chinayin/ip2region-sdk-php.git
synced 2025-10-01 11:10:00 +08:00
12 lines
181 B
INI
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
|