Add pom.xml as maven root directory marker (#1496)

imgbot
Alexis Mousset 2 years ago committed by GitHub
parent 85cf2648a2
commit f80da7b4de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -270,7 +270,7 @@ name = "java"
scope = "source.java"
injection-regex = "java"
file-types = ["java"]
roots = []
roots = ["pom.xml"]
indent = { tab-width = 4, unit = " " }
[[language]]
@ -497,7 +497,7 @@ indent = { tab-width = 2, unit = " " }
[[language]]
name = "scala"
scope = "source.scala"
roots = ["build.sbt"]
roots = ["build.sbt", "pom.xml"]
file-types = ["scala", "sbt"]
comment-token = "//"
indent = { tab-width = 2, unit = " " }

Loading…
Cancel
Save