1234567891011121314151617181920 |
- [*]
- charset=utf-8
- end_of_line=crlf
- insert_final_newline=false
- indent_style=space
- indent_size=4
- [{.eslintrc,.babelrc,.stylelintrc,jest.config,*.json,*.jsb3,*.jsb2,*.bowerrc}]
- indent_style=space
- indent_size=2
- [*.coffee]
- indent_style=space
- indent_size=2
- [{.analysis_options,*.yml,*.yaml}]
- indent_style=space
- indent_size=2
|