Add editorconfig for questpath jsons

pull/6/head v1.8
Liza 2024-07-16 00:55:00 +02:00
parent 4a9fd60768
commit 9960f971db
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 7 additions and 1 deletions

6
QuestPaths/.editorconfig Normal file
View File

@ -0,0 +1,6 @@
root = true
[*.json]
indent_size = 2
indent_style = space
insert_final_newline = true

View 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>