diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-09-08 23:25:55 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-09-08 23:25:55 +0200 |
| commit | a4791751ea6c150e66e35db5980e7cd14909e493 (patch) | |
| tree | 802b22baccdd4afb66e63b9043d526846ce04f75 /.editorconfig | |
| parent | eeb2b4ee3874e87f17f905591ce4e73ba82822cc (diff) | |
| download | dotfiles-a4791751ea6c150e66e35db5980e7cd14909e493.tar.gz dotfiles-a4791751ea6c150e66e35db5980e7cd14909e493.zip | |
Updated to include C and Makefile formatting
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 10 |
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 |
