aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 97b14fa..8f91c16 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,6 +11,16 @@ indent_style = space
indent_size = 4
max_line_length = 10000
+# Makefile-specific settings
+[Makefile]
+indent_style = tab
+indent_size = 4
+
+# C/C++ source files
+[*.c]
+indent_style = tab
+indent_size = 4
+
# TypeScript/JavaScript config
[**.{ts,js}]
indent_size = 2