Fossil SCM
Told .editorconfig to use tabs for Makefiles, otherwise it mangles them with the default indention style (spaces).
Commit
b86c8b476b4af7ed7b5fc311d1e3d1c14a93d897d9afa8c39d744b76461fabdf
Parent
5cca46469f24d7c…
1 file changed
+2
+2
| --- .editorconfig | ||
| +++ .editorconfig | ||
| @@ -8,5 +8,7 @@ | ||
| 8 | 8 | end_of_line = lf |
| 9 | 9 | insert_final_newline = true |
| 10 | 10 | indent_style = space |
| 11 | 11 | indent_size = 2 |
| 12 | 12 | |
| 13 | +[{Makefile,Makefile.*,*.mk}] | |
| 14 | +indent_style = tab | |
| 13 | 15 |
| --- .editorconfig | |
| +++ .editorconfig | |
| @@ -8,5 +8,7 @@ | |
| 8 | end_of_line = lf |
| 9 | insert_final_newline = true |
| 10 | indent_style = space |
| 11 | indent_size = 2 |
| 12 | |
| 13 |
| --- .editorconfig | |
| +++ .editorconfig | |
| @@ -8,5 +8,7 @@ | |
| 8 | end_of_line = lf |
| 9 | insert_final_newline = true |
| 10 | indent_style = space |
| 11 | indent_size = 2 |
| 12 | |
| 13 | [{Makefile,Makefile.*,*.mk}] |
| 14 | indent_style = tab |
| 15 |