We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfd260 commit 681df22Copy full SHA for 681df22
.gitignore
@@ -9,5 +9,6 @@ dependency-reduced-pom.xml
9
buildNumber.properties
10
.mvn/timing.properties
11
*.classpath
12
+*.iml
13
.project
14
.settings
db-setup-core.iml
db-setup-core/.editorconfig
@@ -9,6 +9,6 @@ end_of_line = lf
insert_final_newline = true
# 4 space indentation
-[*.java]
+[*.java, *.xml]
indent_style = space
indent_size = 4
0 commit comments