{
  "editor.tabSize": 2,
  "editor.insertSpaces": true,
  "editor.rulers": [100],
  "files.trimFinalNewlines": true,
  "files.trimTrailingWhitespace": true,
  "files.insertFinalNewline": true,
  "cSpell.words": [
    "AABB",
    "amphithere",
    "autosave",
    "Behaviour",
    "blastfurnace",
    "Blockbench",
    "bordihn",
    "bufferbuilder",
    "Configurator",
    "cookingtime",
    "Critera",
    "cullface",
    "curseforge",
    "DISPLAYTEST",
    "eventbus",
    "firstperson",
    "Framebuffer",
    "glowstone",
    "gradlew",
    "grandle",
    "Gson",
    "IGNORESERVERONLY",
    "Ingame",
    "javafmlmod",
    "Knockback",
    "lefthand",
    "markus",
    "markusbordihn",
    "minecraft",
    "minecraftforge",
    "MOJANG",
    "myfirstmod",
    "NETHERIRE",
    "nonnulllist",
    "righthand",
    "Serializers",
    "server",
    "serverworld",
    "smallships",
    "STRG",
    "Tessellator",
    "thirdperson",
    "Uncraftable",
    "untrack",
    "Voxel"
  ],
  "cSpell.ignorePaths": [
    "*.yml",
    ".gradle",
    ".vscode",
    "build",
    "run",
    "src/main/resources/assets/*"
  ],
  "java.configuration.updateBuildConfiguration": "automatic",
  "java.format.settings.url": "./java-google-style.xml",
  "java.format.settings.profile": "GoogleStyle",
  "java.dependency.showMembers": true,
  "java.dependency.packagePresentation": "flat",
  "editor.detectIndentation": false,
  "java.compile.nullAnalysis.nullable": [
    "org.springframework.lang.Nullable",
    "javax.annotation.Nullable",
    "org.eclipse.jdt.annotation.Nullable"
  ],
  "java.compile.nullAnalysis.nonnull": [
    "org.springframework.lang.NonNull",
    "javax.annotation.Nonnull",
    "org.eclipse.jdt.annotation.NonNull"
  ]
}
