1 Star 1 Fork 1

Kxvz/oshi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel Widdis 提交于 2021-03-22 23:48 . Update license header exclusions
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Global editorconfig settings
[*]
end_of_line = lf
insert_final_newline = true # Insert a newline at the end of a file
charset = utf-8 # Set default charset
indent_style = space # Use spaces for indents
indent_size = 4
trim_trailing_whitespace = true # delete whitespace at the end of each line
# 2 space indentation for yaml
[*.{yml, yaml}]
indent_size = 2
# IntelliJ specific settings
ij_java_class_count_to_use_import_on_demand = 1000 # Do not group imports with an asterisk
ij_java_names_count_to_use_import_on_demand = 1000 # Do not group imports with an asterisk
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Kxvz/oshi.git
git@gitee.com:Kxvz/oshi.git
Kxvz
oshi
oshi
master

搜索帮助