InitializrConfig/.editorconfig

15 строки
190 B
INI

root = true
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
charset = utf-8
[*.yaml]
indent_size = 2
[*.Config]
indent_size = 2