summaryrefslogtreecommitdiffstats
path: root/tests/indent/2.1/test.js
blob: bfe70006fc5e8588c82548224d369d50b8c05856 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// File with 2-spaces indentation
function foobar() {
  foo = bar
  while (true) {
    fizfuz()
    fizfuz()
    fizfuz()
    fizfuz()
  }
}