72 Star 355 Fork 33

polarphp / polarphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 867 Bytes
一键复制 编辑 原始数据 按行查看 历史
zzu_softboy 提交于 2018-08-22 21:03 . add polarphp base on php-7.3
# http://editorconfig.org/
root = true
[*.{c,h,awk,w32,bat,mk,frag}]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.{php,phpt}]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,m4,sh}]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
charset = utf-8
end_of_line = lf
indent_style = space
trim_trailing_whitespace = false
insert_final_newline = true
C/C++
1
https://gitee.com/polarphp/polarphp.git
git@gitee.com:polarphp/polarphp.git
polarphp
polarphp
polarphp
master

搜索帮助