1 Star 0 Fork 12.6K

freestylewill / pig

forked from lengleng / pig 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.editorconfig 410 Bytes
Copy Edit Raw Blame History
lengleng authored 2020-03-14 14:27 . :bookmark:Releasing / Version tags. 2.7.0
root = true
# 对所有文件生效
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# 对java, xml文件生效
[*.{java, xml}]
indent_style = tab
indent_size = 4
# 对yml, json文件生效
[*.{yml, json}]
indent_style = space
indent_size = 2
# 对后缀名为 .md 的文件生效
[*.md]
trim_trailing_whitespace = false
Java
1
https://gitee.com/freestylewill/pig.git
git@gitee.com:freestylewill/pig.git
freestylewill
pig
pig
master

Search

53164aa7 5694891 3bd8fe86 5694891