diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-25 11:45:48 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-25 11:45:48 -0600 |
commit | 438deebf05347dc79797b1c476da0e65c0a5346f (patch) | |
tree | b0402b962f026071e04329daa8b0bd54f5102782 /.editorconfig | |
parent | 1f20ab0d5fe29276a6e55e8bd9aa3e1d967aafdf (diff) | |
download | spec-438deebf05347dc79797b1c476da0e65c0a5346f.tar.gz spec-438deebf05347dc79797b1c476da0e65c0a5346f.zip |
protect line endings etc
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d3fcdc6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 +charset = utf-8 |