aboutsummaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-06-09 14:57:15 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-08-15 09:36:18 -0400
commit59d4f771d280cbea0d0afc9579e127225751c028 (patch)
tree6454a837f8d8e95ddb69331756e54bcbf03b86f1 /cross
parentc2592bc921f9357a187d241b233f2be0178195e9 (diff)
downloadmeson-59d4f771d280cbea0d0afc9579e127225751c028.zip
meson-59d4f771d280cbea0d0afc9579e127225751c028.tar.gz
meson-59d4f771d280cbea0d0afc9579e127225751c028.tar.bz2
editorconfig: add setting to trim trailing whitespace
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
Diffstat (limited to 'cross')
-rw-r--r--cross/iphone.txt1
-rw-r--r--cross/tvos.txt1
-rw-r--r--cross/wasm.txt1
3 files changed, 0 insertions, 3 deletions
diff --git a/cross/iphone.txt b/cross/iphone.txt
index c02e6a3..6346248 100644
--- a/cross/iphone.txt
+++ b/cross/iphone.txt
@@ -28,4 +28,3 @@ system = 'darwin'
cpu_family = 'aarch64'
cpu = 'aarch64'
endian = 'little'
-
diff --git a/cross/tvos.txt b/cross/tvos.txt
index 833f04b..a7d5dd1 100644
--- a/cross/tvos.txt
+++ b/cross/tvos.txt
@@ -25,4 +25,3 @@ system = 'darwin'
cpu_family = 'arm'
cpu = 'arm64'
endian = 'little'
-
diff --git a/cross/wasm.txt b/cross/wasm.txt
index 4289c00..e03a10b 100644
--- a/cross/wasm.txt
+++ b/cross/wasm.txt
@@ -15,4 +15,3 @@ system = 'emscripten'
cpu_family = 'wasm32'
cpu = 'wasm32'
endian = 'little'
-