diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/.editorconfig b/.editorconfig index cd9dfc3..c47611e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,9 @@ indent_size = 2  [*.S]  indent_size = 8 +[*.ld] +indent_size = 2 +  [Makefile]  indent_style = tab  indent_size = 8 | 
