Add checkstyle config for brace style

This commit is contained in:
Adam
2017-06-08 11:58:58 -04:00
parent b638318349
commit 3118e6a799
11 changed files with 65 additions and 6 deletions
@@ -1,7 +1,8 @@
/* This file is automatically generated. Do not edit. */
package net.runelite.api;
public final class ItemID {
public final class ItemID
{
public static final int DWARF_REMAINS = 0;
public static final int TOOLKIT = 1;
public static final int CANNONBALL = 2;
@@ -1,7 +1,8 @@
/* This file is automatically generated. Do not edit. */
package net.runelite.api;
public final class NpcID {
public final class NpcID
{
public static final int TOOL_LEPRECHAUN = 0;
public static final int MOLANISK = 1;
public static final int ABERRANT_SPECTRE = 2;
@@ -1,7 +1,8 @@
/* This file is automatically generated. Do not edit. */
package net.runelite.api;
public final class ObjectID {
public final class ObjectID
{
public static final int CRATE = 1;
public static final int CAVE_ENTRANCE = 2;
public static final int DOOR = 3;