1234567891011121314151617181920212223 |
- root = true
- [*]
- charset = utf-8
- end_of_line = lf
- indent_style = space
- insert_final_newline = true
- max_line_length = 120
- trim_trailing_whitespace = true
- [*.scss]
- indent_size = 2
- [{*.html,*.js,*.css}]
- indent_size = 2
- tab_width = 2
- [{*.bash,*.sh,*.zsh}]
- indent_size = 2
- tab_width = 2
- [{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
- indent_size = 2
|