aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-25 11:45:31 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-25 11:45:31 -0600
commitd8cd8a6590d5719cb6aae87d5867db696685baf6 (patch)
treed1ea4deac41dab012df928f9d6f692d22c2e67a7
parentdbf6153704c67a5dcbd9cf2ab67486f06ebf8f24 (diff)
downloadreference-compiler-d8cd8a6590d5719cb6aae87d5867db696685baf6.tar.gz
reference-compiler-d8cd8a6590d5719cb6aae87d5867db696685baf6.zip
make sure line endings don't get fucked up
-rw-r--r--.editorconfig8
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