10 lines
155 B
INI
10 lines
155 B
INI
# http://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true
|