System.Graphics/.editorconfig

15 строки
216 B
INI
Исходник Обычный вид История

# 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]
indent_style = tab
2021-04-03 22:21:57 +03:00
indent_size = 4