aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
commit63019e90fb385cbccb43b6616215862fe96928fc (patch)
tree8099d2c65ff6afe2ad78265545d9d099e9422131
parentd30358e90a3c309c3dbbb7f34843dcd6728ce59b (diff)
Added editor-config file.
Source files are meant to be indented 4 spaces. This makes sure files are displayed correctly in GitHub.
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..7fa0940
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# Top-most EditorConfig file
+root = true
+
+# Apply to all file types
+[*]
+end_of_line = lf
+charset = utf-8
+indent_style = tabs
+indent_size = 4
+rulers = 80