mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add editorconfig file
This commit is contained in:
parent
b6cee1bcc8
commit
cbfe4585ce
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
# EditorConfig is awesome: http://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*.{cpp,h}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
@ -206,6 +206,7 @@
|
||||
<ClInclude Include="wave.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include=".editorconfig" />
|
||||
<None Include="arrowdl.cur" />
|
||||
<None Include="arrow.cur" />
|
||||
<None Include="arrowdow.cur" />
|
||||
|
@ -202,6 +202,7 @@
|
||||
<Filter>Data</Filter>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
<None Include=".editorconfig" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="blupi-d.rc">
|
||||
|
Loading…
x
Reference in New Issue
Block a user