Add editorconfig for questpath jsons v1.8
authorLiza Carvelli <liza@carvel.li>
Mon, 15 Jul 2024 22:55:00 +0000 (00:55 +0200)
committerLiza Carvelli <liza@carvel.li>
Mon, 15 Jul 2024 22:55:30 +0000 (00:55 +0200)
QuestPaths/.editorconfig [new file with mode: 0644]
Questionable/Questionable.csproj

diff --git a/QuestPaths/.editorconfig b/QuestPaths/.editorconfig
new file mode 100644 (file)
index 0000000..31cbbd3
--- /dev/null
@@ -0,0 +1,6 @@
+root = true
+
+[*.json]
+indent_size = 2
+indent_style = space
+insert_final_newline = true
index b7c5f72419eaac5081f12615f3cc3cae5812fc71..ba75e70641cac4bec2a1443a91a9fb2f286cbbe7 100644 (file)
@@ -1,6 +1,6 @@
 <Project Sdk="Dalamud.NET.Sdk/9.0.2">
     <PropertyGroup>
-        <Version>1.7</Version>
+        <Version>1.8</Version>
         <OutputPath>dist</OutputPath>
         <PathMap Condition="$(SolutionDir) != ''">$(SolutionDir)=X:\</PathMap>
     </PropertyGroup>