File: DisallowTabIndentUnitTest.js.fixed

package info (click to toggle)
php-codesniffer 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,460 kB
  • ctags: 8,660
  • sloc: php: 40,311; xml: 9,505; pascal: 3,365; makefile: 16; sh: 6
file content (9 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
var x = {
  abc: 1,
    zyz: 2,
  abc: 5,
  mno:  {
    abc: 4
  },
  abc: 5
}