Varo/.vscode/settings.json

32 lines
705 B
JSON
Raw Permalink Normal View History

2020-05-02 18:25:42 +00:00
{
"files.autoGuessEncoding": false,
"files.encoding": "utf8",
"java.jdt.ls.vmargs": "-Dfile.encoding=UTF-8",
"java.configuration.updateBuildConfiguration": "automatic",
"cSpell.words": [
2020-05-07 15:11:13 +00:00
"Aragur",
2020-05-19 12:28:01 +00:00
"DRYOUT",
"Elytra",
2020-05-29 12:18:54 +00:00
"Enderman",
2020-05-06 14:50:08 +00:00
"Gamemode",
2020-05-02 18:25:42 +00:00
"Gamerules",
2020-05-13 21:27:39 +00:00
"Gson",
2020-05-29 12:18:54 +00:00
"INGAME",
2020-05-04 16:32:09 +00:00
"Minecraft",
2020-05-03 18:53:37 +00:00
"Mojang",
2020-05-29 12:18:54 +00:00
"NOTIME",
2020-05-25 16:02:08 +00:00
"addspawns",
2020-05-02 18:25:42 +00:00
"cliffbreak",
2020-05-13 21:27:39 +00:00
"koords",
2020-05-04 16:32:09 +00:00
"mkdir",
2020-05-06 14:50:08 +00:00
"npcs",
2020-05-19 12:28:01 +00:00
"sqlite",
2020-05-31 19:29:02 +00:00
"staysafe",
"teamcolors",
"testremove",
2020-05-03 18:53:37 +00:00
"unban",
2020-05-06 14:50:08 +00:00
"uninject",
2020-05-02 18:25:42 +00:00
"varo"
],
2020-05-06 14:50:08 +00:00
"java.format.settings.url": "eclipse-formatter.xml"
2020-05-02 18:25:42 +00:00
}