Appearance
必须使用2个空格缩进JSX中的属性
统一风格
使用prettier进行自动格式化
// 4个空格的缩进 <Hello firstName="zhangshan" />
// 2个空格的缩进 <Hello firstName="zhangshan" />