summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <[email protected]>2025-06-29 20:40:32 +0100
committerGitHub <[email protected]>2025-06-29 19:40:32 +0000
commit0cfaeedf03f73f427c74184cb08b6779c11bd7d3 (patch)
tree66e04b636c9c20c46dc753671cc2eee59d9832e1
parentd8d78d73f9638d11ba8b6ba184b49d4dc7caa8f4 (diff)
chore: add .editorconfig (#2572)
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..0d6a1a36
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+charset = utf-8
+insert_final_newline = true
+end_of_line = lf
+indent_style = space
+indent_size = 2
+max_line_length = 80
+
+[Makefile]
+indent_style = tab
+indent_size = 8