2 Star 0 Fork 8

mine/oshi

forked from Gitee 极速下载/oshi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
Franz Wimmer 提交于 2020-10-07 22:45 . Feature/get local interfaces (#1350)
#
# MIT License
#
# Copyright (c) 2010 - 2020 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/contributors
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tt_monkey/oshi.git
[email protected]:tt_monkey/oshi.git
tt_monkey
oshi
oshi
master

搜索帮助