This repository has been archived on 2018-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
sotdbot/.editorconfig

9 lines
165 B
INI

# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab