summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-11-05 15:12:29 -0800
committerEmmanuele Bassi <ebassi@gnome.org>2019-11-26 15:07:43 +0000
commit3ff32faa18340e9e06351209603550f556dd125d (patch)
tree543422ef437d7c937bce1d3aa713ff73d2bed11f /.editorconfig
parentd43eae87144fab41c5ab86ef63867bd4486b7c50 (diff)
downloadlibepoxy-3ff32faa18340e9e06351209603550f556dd125d.tar.gz
Remove the autotools build system.
Meson has been out for a long time, is faster, and is simpler.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/.editorconfig b/.editorconfig
index ce6000d..3473806 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,14 +10,6 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
-[configure.ac]
-indent_style = tab
-indent_size = 8
-
-[Makefile.am]
-indent_style = tab
-indent_size = 8
-
[.travis.yml]
indent_style = space
indent_size = 2