1 Star 0 Fork 1

dgiot开源社区 / dgiotMqtt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
h7ml 提交于 2021-09-10 18:13 . :tada:
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Denotes whether to trim whitespace at the end of lines
trim_trailing_whitespace = true
# Matches multiple files with brace expansion notation
[*.{js}]
charset = utf-8
quote_type = single
indent_style = space
indent_size = 2
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
1
https://gitee.com/dgiiot/dgiotMqtt.git
git@gitee.com:dgiiot/dgiotMqtt.git
dgiiot
dgiotMqtt
dgiotMqtt
master

搜索帮助