luau-promise/.editorconfig
Lucien Greathouse d9bd6bbd3c Initial dump
2018-01-25 17:21:58 -08:00

8 lines
No EOL
133 B
INI

root = true
[*.lua]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false