aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMatthew Hall <hallmatthew314@gmail.com>2023-03-07 01:30:02 +1300
committerMatthew Hall <hallmatthew314@gmail.com>2023-03-07 01:30:02 +1300
commit14013d04f5023e68b5a804c3735e909241795878 (patch)
treed4624f3dd19db4ba5600bfc72d91500ea58f73c0 /.editorconfig
Initial
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..163eb75
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*.cr]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+trim_trailing_whitespace = true