1 Star 0 Fork 3

阿啄debugIT/my_site

forked from 杨学峰/my_site 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuefeng.yang 提交于 2018-05-14 18:49 . 留言分页,优化代码
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{py,html,css,js}]
charset = utf-8
trim_trailing_whitespace = true
# python use 4 space indentation
[*.py]
indent_style = space
indent_size = 4
max_line_length = 120 # VIM and Emacs only
# html,css,js缩进为2
[*.{html,css,js}]
indent_style = space
indent_size = 2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/158cosmos/my_site.git
git@gitee.com:158cosmos/my_site.git
158cosmos
my_site
my_site
master

搜索帮助