diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-11-29 13:48:12 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2019-01-15 19:13:14 -0800 |
commit | 16eacf19a3de60b145f3d6ef1f96df7a36e5d7fc (patch) | |
tree | 5bfd11f07ddbc884be8d40c51a6b0f0d856eab43 | |
parent | 146fa643515cb929da923ccb7166fe374c3a4e43 (diff) | |
download | pixman-16eacf19a3de60b145f3d6ef1f96df7a36e5d7fc.tar.gz |
editorconfig: use tabs for Makefiles
Reviewed-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 5153bb0..b98bc65 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,9 @@ root = true [*] tab_width = 8 +[Makefile.*] +indent_style = tab + [meson.build,meson_options.txt] indent_style = space indent_size = 2 |