Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 0ed78e6

Browse files
committed
Changed list position to avoid conflicts with other plugins.
1 parent 71d0fe2 commit 0ed78e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/welovecoding/nbeditorconfig/filetype/EditorConfigDataObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected int associateLookup() {
104104
targetName = "",
105105
content = "../EditorConfigExample.editorconfig",
106106
iconBase = LOGO_PATH,
107-
position = 100)
107+
position = 112)
108108
public static WizardDescriptor.InstantiatingIterator templateIterator() {
109109
return null;
110110
}

0 commit comments

Comments
 (0)