Fork of Poseidon providing Bukkit #1060 to older Beta versions (b1.0-b1.7.3)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Actions: Update format action

Cody 3ff5a1d9 cfe97b92

+2 -3
+2 -1
.github/workflows/format.yml
··· 17 17 with: 18 18 ref: ${{ github.event.pull_request.head.ref }} 19 19 - uses: actions/checkout@v3 20 - - uses: notdevcody/intellij-format-action@v1 20 + - uses: notdevcody/intellij-format-action@v1.1 21 21 with: 22 22 include-glob: '*.java' 23 23 path: src/main/java/ 24 + style-settings-file: ../../../.idea/codeStyles/Project.xml
-2
.idea/codeStyles/Project.xml
··· 5 5 </JavaCodeStyleSettings> 6 6 <codeStyleSettings language="JAVA"> 7 7 <option name="KEEP_LINE_BREAKS" value="false" /> 8 - <option name="KEEP_FIRST_COLUMN_COMMENT" value="false" /> 9 8 <option name="SPACE_WITHIN_ARRAY_INITIALIZER_BRACES" value="true" /> 10 9 <option name="SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE" value="true" /> 11 10 <option name="KEEP_SIMPLE_BLOCKS_IN_ONE_LINE" value="true" /> 12 11 <option name="KEEP_SIMPLE_METHODS_IN_ONE_LINE" value="true" /> 13 12 <option name="KEEP_SIMPLE_LAMBDAS_IN_ONE_LINE" value="true" /> 14 13 <option name="KEEP_SIMPLE_CLASSES_IN_ONE_LINE" value="true" /> 15 - <option name="IF_BRACE_FORCE" value="3" /> 16 14 <option name="DOWHILE_BRACE_FORCE" value="3" /> 17 15 <option name="WHILE_BRACE_FORCE" value="3" /> 18 16 <option name="FOR_BRACE_FORCE" value="3" />