Files
ChocolateyPackages/.editorconfig
2012-10-02 07:48:19 -04:00

11 lines
178 B
INI

# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true