Files
Victoria Drake de4dcd5d21 Go, roboto! Launch!! 🤖
2020-02-02 11:03:57 -05:00

15 lines
236 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false