Skip to content

Instantly share code, notes, and snippets.

@ahomu
Last active August 7, 2016 06:51
Show Gist options
  • Save ahomu/aa5031a3500dacaf33108bc9c005a64b to your computer and use it in GitHub Desktop.
Save ahomu/aa5031a3500dacaf33108bc9c005a64b to your computer and use it in GitHub Desktop.
HTML や XML の属性値で改行するときってさぁ(インデントルール)
// これより
<SomeComponent
propA={}
propB={}
propC={}
propD={}
propE={} />
// こうが好き
<SomeComponent propA={}
propB={}
propC={}
propD={}
propE={} />
@ahomu
Copy link
Author

ahomu commented Aug 7, 2016

ゆーてサンプルが JSX になってた。すまん。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment