aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-25 11:45:48 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-25 11:45:48 -0600
commit438deebf05347dc79797b1c476da0e65c0a5346f (patch)
treeb0402b962f026071e04329daa8b0bd54f5102782 /.editorconfig
parent1f20ab0d5fe29276a6e55e8bd9aa3e1d967aafdf (diff)
downloadspec-438deebf05347dc79797b1c476da0e65c0a5346f.tar.gz
spec-438deebf05347dc79797b1c476da0e65c0a5346f.zip
protect line endings etc
Diffstat (limited to '.editorconfig')
-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