aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/emacs_SUITE_data/records
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2018-01-09 13:00:12 +0100
committerDan Gudmundsson <[email protected]>2018-03-01 14:39:49 +0100
commite57a6ec75ed99d4695fb8fcd31dd625483951687 (patch)
treeb826414affb3b67dabda17cec1e8713f11dfc43a /lib/tools/test/emacs_SUITE_data/records
parentaa9054e0ea48a127f2aeafcdce1df4d1aec09574 (diff)
downloadotp-e57a6ec75ed99d4695fb8fcd31dd625483951687.tar.gz
otp-e57a6ec75ed99d4695fb8fcd31dd625483951687.tar.bz2
otp-e57a6ec75ed99d4695fb8fcd31dd625483951687.zip
emacs: Indent tuple (and maps) elements as list elements
Avoid From: { ^^element1, ^^element2 } To: { ^element1, ^element2 }
Diffstat (limited to 'lib/tools/test/emacs_SUITE_data/records')
-rw-r--r--lib/tools/test/emacs_SUITE_data/records21
1 files changed, 6 insertions, 15 deletions
diff --git a/lib/tools/test/emacs_SUITE_data/records b/lib/tools/test/emacs_SUITE_data/records
index 545cfb15c5..241582718c 100644
--- a/lib/tools/test/emacs_SUITE_data/records
+++ b/lib/tools/test/emacs_SUITE_data/records
@@ -5,9 +5,9 @@
-record(record0,
{
- r0a,
- r0b,
- r0c
+ r0a,
+ r0b,
+ r0c
}).
-record(record1, {r1a,
@@ -16,9 +16,9 @@
}).
-record(record2, {
- r2a,
- r2b
- }).
+ r2a,
+ r2b
+ }).
-record(record3, {r3a = 8#42423 bor
8#4234,
@@ -28,15 +28,6 @@
234,
r3d}).
--record(record4, {
- r4a = 8#42423 bor
- 8#4234,
- r4b = 8#5432
- bor 2#1010101
- r4c = 123 +
- 234,
- r4d}).
-
-record(record5,
{ r5a = 1 :: integer()
, r5b = foobar :: atom()