summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-01 18:11:08 +0100
committerJoe Carstairs <me@joeac.net>2026-07-01 18:11:08 +0100
commitc0e6d13a1f3e47aba9d65f605ffeb8365abfda36 (patch)
tree179bcd0ea1791f3c85955ac1cf87ac3346c28925 /.editorconfig
parent2b00e0399973178ec06b5e43673c0345a6a2895a (diff)
moves stuff to nginx.mk
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 9ec5b29..241e9a7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,3 +5,6 @@ indent_size = 2
[*.{md,markdown,mdx}]
max_line_length = 80
+
+[{Makefile,*.mk}]
+indent_style = tab