Skip to content

Commit

Permalink
chore: automated changes by chorito
Browse files Browse the repository at this point in the history
  • Loading branch information
ArloL committed Dec 10, 2023
1 parent a6636ab commit 9915b4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ indent_style = tab

[**.java]
indent_style = tab

[.vscode/**.json]
insert_final_newline = false

[.idea/**]
insert_final_newline = false
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# .mvn/wrapper/maven-wrapper.jar

# Eclipse m2e generated files
# Eclipse Core
Expand Down Expand Up @@ -158,4 +158,9 @@ buildNumber.properties

.flattened-pom.xml

.idea/encodings.xml
.idea/jarRepositories.xml
.idea/misc.xml
.idea/vcs.xml

# End of chorito. Add your ignores after this line and they will be preserved.

0 comments on commit 9915b4e

Please sign in to comment.