We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6099a6 commit b2abae2Copy full SHA for b2abae2
.prettierrc.yaml
@@ -0,0 +1,8 @@
1
+overrides:
2
+ - files:
3
+ - '*.java'
4
+ options:
5
+ printWidth: 120
6
+ tabWidth: 4
7
+ useTabs: false
8
+ endOfLine: lf
pom.xml
@@ -322,15 +322,7 @@
322
<version>${prettier-maven-plugin.version}</version>
323
<configuration>
324
<skip>${skipPrettier}</skip>
325
- <printWidth>120</printWidth>
326
- <tabWidth>4</tabWidth>
327
- <useTabs>false</useTabs>
328
<prettierJavaVersion>2.0.0</prettierJavaVersion>
329
- <ignoreEditorConfig>true</ignoreEditorConfig>
330
- <inputGlobs>
331
- <inputGlob>src/main/java/**/*.java</inputGlob>
332
- <inputGlob>src/test/java/**/*.java</inputGlob>
333
- </inputGlobs>
334
</configuration>
335
<executions>
336
<execution>
0 commit comments