aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-07 05:58:15 +0000
committerdacctal <dacctal@symlinx.net>2026-06-07 05:58:15 +0000
commitea6745dd7ad75c85d0ea4471e9f3357532fb0eb0 (patch)
tree1b5a01898a845f579981303edb0709f9cc95a2f2 /.editorconfig
parentab3f27fd2fb32a52f76146970823525f044a325c (diff)
tiny fixes & .editorconfig (thx indium)0.1.1
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..88f5c63
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+max_line_length = 80
+
+[Makefile]
+indent_style = tab