1 Star 0 Fork 0

以梦为马/nginx-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2018-07-04 14:49 +08:00 . :wrench:project settings
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# http://editorconfig.org
# 所有文件换行使用 Unix like 风格(LF),bat 文件使用 win 风格(CRLF)
# 缩进 java 4 个空格,其他所有文件 2 个空格
root = true
[*]
# Unix-style newlines with a newline ending every file
end_of_line = lf
# Change these settings to your own preference
indent_size = 2
indent_style = space
max_line_length = 120
# We recommend you to keep these unchanged
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.bat]
end_of_line = crlf
[*.java]
indent_size = 4
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zfbCode/nginx-tutorial.git
git@gitee.com:zfbCode/nginx-tutorial.git
zfbCode
nginx-tutorial
nginx-tutorial
master

搜索帮助