UTF8 tweaks
authorLiza Carvelli <liza@carvel.li>
Thu, 6 Feb 2025 14:08:41 +0000 (15:08 +0100)
committerLiza Carvelli <liza@carvel.li>
Thu, 6 Feb 2025 14:09:32 +0000 (15:09 +0100)
GatheringPaths/.editorconfig [new file with mode: 0644]
GatheringPaths/GatheringPaths.csproj
GatheringPaths/gatheringlocation-v1.json
QuestPaths/.editorconfig
QuestPaths/QuestPaths.csproj
Questionable.Model/common-aethernetshard.json
Questionable.Model/common-aetheryte.json
Questionable.Model/common-classjob.json
Questionable.Model/common-vector3.json

diff --git a/GatheringPaths/.editorconfig b/GatheringPaths/.editorconfig
new file mode 100644 (file)
index 0000000..5f8032a
--- /dev/null
@@ -0,0 +1,8 @@
+root = true
+
+[*.json]
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
index 1581f5d172d88b704728be70c73d588d1a8cef71..ded5e5234bfbbfd0e4e907a1fdf123d57f1d0590 100644 (file)
@@ -45,4 +45,8 @@
         <AdditionalFiles Include="6.x - Endwalker\**\*.json" />
         <AdditionalFiles Include="7.x - Dawntrail\**\*.json" />
     </ItemGroup>
+
+    <ItemGroup>
+      <EditorConfigFiles Include=".editorconfig" />
+    </ItemGroup>
 </Project>
index dacb7ddc14cf1f3ffd01b420cefc0f2c74985b5f..0a821158b881b2652444fd2b393215b96a3ee6e5 100644 (file)
@@ -1,4 +1,4 @@
-{
+{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "$id": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
   "title": "Gathering Location V1",
index 31cbbd3e117df520ee0c9a81b5768f63abe210e4..1a49cac8407e317525ca0cf4f12b4f1bf09241ed 100644 (file)
@@ -4,3 +4,5 @@
 indent_size = 2
 indent_style = space
 insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
index 05bce7ac7a570f3281c9f2d0f337e6694649c938..e73b85555f6f9e306c6743c15f0d1a5b279b491c 100644 (file)
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
         <TargetFramework>net8.0-windows</TargetFramework>
         <LangVersion>12</LangVersion>
index d382d8fb9128a3cb1c06073613435e189d3439ee..a2af4209e243b051997c7d16d7e486856401a30a 100644 (file)
@@ -1,4 +1,4 @@
-{
+{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "$id": "/liza/Questionable/raw/branch/master/Questionable.Model/common-aethernetshard.json",
   "type": "string",
index 513b2d0bda6cef6d741f657b6e6c5303e7460f44..6aa50781fe7b747c16761a167c05dd042737803a 100644 (file)
@@ -1,4 +1,4 @@
-{
+{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "$id": "/liza/Questionable/raw/branch/master/Questionable.Model/common-aetheryte.json",
   "type": "string",
index aa9fa7ee8912ce963db8b543b3db3da17e53fc5f..5a7749396b22384d91faf2c91fcc998706a314c1 100644 (file)
@@ -1,4 +1,4 @@
-{
+{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "$id": "/liza/Questionable/raw/branch/master/Questionable.Model/common-classjob.json",
   "type": "string",
index 6d78c12074c1d34306f128da200c30cea418cf97..cfae563795b03f53448996dfd20c354cbfa0c393 100644 (file)
@@ -1,4 +1,4 @@
-{
+{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "$id": "/liza/Questionable/raw/branch/master/Questionable.Model/common-vector3.json",
   "type": "object",