Skip to content

Commit

Permalink
Add default editorconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
halsafar committed Jul 3, 2019
1 parent 8729834 commit 7dc7ead
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SongDataCore/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
root = true

# All files
[*]
indent_style = space
end_of_line = lf

# Xml files
[*.xml]
indent_size = 2
3 changes: 3 additions & 0 deletions SongDataCore/SongDataCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<ItemGroup>
<EmbeddedResource Include="manifest.json" />
</ItemGroup>
<ItemGroup>
<None Include=".editorconfig" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>IF EXIST "C:\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Plugins" xcopy "$(TargetDir)$(TargetFileName)" "C:\Program Files\Oculus\Software\Software\hyperbolic-magnetism-beat-saber\Plugins" /Y
Expand Down

0 comments on commit 7dc7ead

Please sign in to comment.