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