2021-04-21 02:47:11 +03:00
|
|
|
# This file is the top-most EditorConfig file
|
2020-11-21 02:42:55 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
# All Files
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
trim_trailing_whitespace = true
|
2021-04-03 22:21:57 +03:00
|
|
|
insert_final_newline = true
|
2020-11-21 02:42:55 +03:00
|
|
|
|
|
|
|
[*.cs]
|
2021-04-21 00:13:32 +03:00
|
|
|
indent_style = tab
|
2021-04-03 22:21:57 +03:00
|
|
|
indent_size = 4
|