提交 dd45d11f 编写于 作者: H Henry He

init

上级
root = true
[*.{java,xml,yml}]
charset = utf-8
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.java]
indent_size = 4
continuation_indent_size = 8
[*.{xml,yml}]
indent_size = 2
continuation_indent_size = 4
.idea
*.iml
target
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.enthusa.askdata</groupId>
<artifactId>askdata-backend</artifactId>
<version>1.0-SNAPSHOT</version>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册