We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b33b4 commit 487d393Copy full SHA for 487d393
.editorconfig
@@ -0,0 +1,14 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_size = 4
6
+indent_style = space
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
10
+[*.java]
11
+max_line_length = 120
12
13
+[*.md]
14
+trim_trailing_whitespace = false
.gitignore
@@ -1,11 +1,14 @@
+### Maven ###
target/
-pom.xml.tag
-pom.xml.releaseBackup
-pom.xml.versionsBackup
-pom.xml.next
-release.properties
-dependency-reduced-pom.xml
-buildNumber.properties
-.mvn/timing.properties
-# https://github.com/takari/maven-wrapper#usage-without-binary-jar
-.mvn/wrapper/maven-wrapper.jar
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+### VS Code ###
+.vscode/
+### MacOS ###
+.DS_Store
0 commit comments