From ca279928e3e7fa17c0a8297075c364fa1cd5d90d Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Fri, 28 Jan 2022 22:33:30 -0300 Subject: indents(r): add aligned_indent test --- tests/indent/r/aligned_indent.R | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/indent/r/aligned_indent.R (limited to 'tests') diff --git a/tests/indent/r/aligned_indent.R b/tests/indent/r/aligned_indent.R new file mode 100644 index 00000000..8efcf97c --- /dev/null +++ b/tests/indent/r/aligned_indent.R @@ -0,0 +1,4 @@ +func <- function(x, + y) { + +} -- cgit v1.2.3