ddns-go/.editorconfig
明城 a4bcbc80b9 增加 Makefile 优化编译脚本,并添加相应的说明 (#19)
* 增加 Makefile 优化编译脚本,并添加相应的说明

* 清除不需要的文件

* 将 binddata 加入编译脚本中

* 将第三方文件纳入本地

* update documents and some tiny modify

*  增加 配置文件,统一格式

* use bootstrap.min.css

* fix: indent

Co-authored-by: 明城 <mingcheng@users.noreply.github.com>
Co-authored-by: jeessy2 <454207171@qq.com>
2020-12-25 10:50:01 +08:00

30 lines
375 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 2
[Dockerfile]
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 4
[.travis.yml]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2