Add pom.xml as maven root directory marker (#1496)
This commit is contained in:
parent
85cf2648a2
commit
f80da7b4de
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue