Skip to content

Commit

Permalink
Fix .editorconfig for template files (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
altro3 authored Oct 12, 2023
1 parent bfca448 commit 24e0d1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ end_of_line = lf
[{*.bat,*.cmd}]
end_of_line = crlf

[{*.mustache,*.ftl}]
insert_final_newline = false

[*.java]
indent_size = 4
tab_width = 4
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
[versions]
micronaut = "4.1.9"
micronaut-docs = "2.0.0"
micronaut-test = "3.9.1"
groovy = "3.0.13"
spock = "2.3-groovy-3.0"
micronaut-test = "4.0.2"
groovy = "4.0.15"
spock = "2.3-groovy-4.0"

# Managed versions appear in the BOM
# managed-somelib = "1.0"
Expand Down

0 comments on commit 24e0d1a

Please sign in to comment.