Skip to content

Instantly share code, notes, and snippets.

@yulanggong
Created September 29, 2012 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yulanggong/3803056 to your computer and use it in GitHub Desktop.
Save yulanggong/3803056 to your computer and use it in GitHub Desktop.
jsStyle
//缩进两个空格
var a = 1
, b = 2
, c = 3
, d = {
e: 4
, f: 5
, g: 6
}
, h = [
8
, 9
, 10
]
//如果缩进四个空格的话
var a = 1
, b = 2
, c = 3
, d = {
e: 4
, f: 5
, g: 6
}
, h = [
8
, 9
, 10
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment