autoindentation - fixes #467
This commit is contained in:
6
test/fixtures/generation/auto-indentation/hard-tab/actual.js
vendored
Normal file
6
test/fixtures/generation/auto-indentation/hard-tab/actual.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function foo() {
|
||||
bar();
|
||||
if (foo) {
|
||||
bar();
|
||||
}
|
||||
}
|
||||
6
test/fixtures/generation/auto-indentation/hard-tab/expected.js
vendored
Normal file
6
test/fixtures/generation/auto-indentation/hard-tab/expected.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function foo() {
|
||||
bar();
|
||||
if (foo) {
|
||||
bar();
|
||||
}
|
||||
}
|
||||
6
test/fixtures/generation/auto-indentation/soft-tab-2/actual.js
vendored
Normal file
6
test/fixtures/generation/auto-indentation/soft-tab-2/actual.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function foo() {
|
||||
bar();
|
||||
if (foo) {
|
||||
bar();
|
||||
}
|
||||
}
|
||||
6
test/fixtures/generation/auto-indentation/soft-tab-2/expected.js
vendored
Normal file
6
test/fixtures/generation/auto-indentation/soft-tab-2/expected.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function foo() {
|
||||
bar();
|
||||
if (foo) {
|
||||
bar();
|
||||
}
|
||||
}
|
||||
6
test/fixtures/generation/auto-indentation/soft-tab-4/actual.js
vendored
Normal file
6
test/fixtures/generation/auto-indentation/soft-tab-4/actual.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function foo() {
|
||||
bar();
|
||||
if (foo) {
|
||||
bar();
|
||||
}
|
||||
}
|
||||
6
test/fixtures/generation/auto-indentation/soft-tab-4/expected.js
vendored
Normal file
6
test/fixtures/generation/auto-indentation/soft-tab-4/expected.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function foo() {
|
||||
bar();
|
||||
if (foo) {
|
||||
bar();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user