diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-25 11:45:31 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-25 11:45:31 -0600 |
commit | d8cd8a6590d5719cb6aae87d5867db696685baf6 (patch) | |
tree | d1ea4deac41dab012df928f9d6f692d22c2e67a7 /.editorconfig | |
parent | dbf6153704c67a5dcbd9cf2ab67486f06ebf8f24 (diff) | |
download | reference-compiler-d8cd8a6590d5719cb6aae87d5867db696685baf6.tar.gz reference-compiler-d8cd8a6590d5719cb6aae87d5867db696685baf6.zip |
make sure line endings don't get fucked up
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 |