forked from liza/Questionable
Add editorconfig for questpath jsons
This commit is contained in:
parent
4a9fd60768
commit
9960f971db
6
QuestPaths/.editorconfig
Normal file
6
QuestPaths/.editorconfig
Normal file
@ -0,0 +1,6 @@
|
||||
root = true
|
||||
|
||||
[*.json]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user