mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-09 22:27:35 +00:00
commit
0097720cd1
13
.editorconfig
Normal file
13
.editorconfig
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
root=true
|
||||||
|
|
||||||
|
[*.{cs,fsx}]
|
||||||
|
indent_style=space
|
||||||
|
indent_size=4
|
||||||
|
|
||||||
|
[*.{sln,spec}]
|
||||||
|
indent_style=tab
|
||||||
|
indent_size=4
|
||||||
|
|
||||||
|
[*.{xml,sh,cmd,yml,csproj}]
|
||||||
|
indent_style=space
|
||||||
|
indent_size=2
|
Loading…
Reference in a new issue