mirror of https://github.com/apache/lucene.git
LUCENE-7012: IntelliJ config: when creating new Java files, place the license header before the package declaration
This commit is contained in:
parent
7c72c6a891
commit
61fae32f5f
|
@ -9,7 +9,7 @@
|
|||
</LanguageOptions>
|
||||
<LanguageOptions name="JAVA">
|
||||
<option name="fileTypeOverride" value="3" />
|
||||
<option name="fileLocation" value="2" />
|
||||
<option name="fileLocation" value="3" />
|
||||
</LanguageOptions>
|
||||
<LanguageOptions name="JSP">
|
||||
<option name="fileTypeOverride" value="3" />
|
||||
|
|
Loading…
Reference in New Issue