mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
17 lines
277 B
INI
17 lines
277 B
INI
|
# Top-most EditorConfig file.
|
||
|
root = true
|
||
|
|
||
|
# Unix-style newlines with a newline ending every file.
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
|
||
|
[*.cs]
|
||
|
csharp_space_after_cast = false
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.csproj]
|
||
|
insert_final_newline = false
|
||
|
indent_size = 2
|