aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-09-08 23:25:55 +0200
committersrdusr <trevorgray@srdusr.com>2023-09-08 23:25:55 +0200
commita4791751ea6c150e66e35db5980e7cd14909e493 (patch)
tree802b22baccdd4afb66e63b9043d526846ce04f75
parenteeb2b4ee3874e87f17f905591ce4e73ba82822cc (diff)
downloaddotfiles-a4791751ea6c150e66e35db5980e7cd14909e493.tar.gz
dotfiles-a4791751ea6c150e66e35db5980e7cd14909e493.zip
Updated to include C and Makefile formatting
-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