You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
736 B
52 lines
736 B
7 years ago
|
[*]
|
||
|
charset=utf-8
|
||
|
end_of_line=crlf
|
||
|
insert_final_newline=false
|
||
|
indent_style=space
|
||
|
indent_size=4
|
||
|
|
||
|
[{.babelrc,.stylelintrc,.eslintrc,jest.config,*.json,*.jsb3,*.jsb2,*.bowerrc}]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|
||
|
[*.feature]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|
||
|
[{jshint.json,*.jshintrc}]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|
||
|
[{*.jscs.json,*.jscsrc}]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|
||
|
[*.js.map]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|
||
|
[{*.ddl,*.sql}]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|
||
|
[*.coffee]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|
||
|
[{*.hphp,*.phtml,*.module,*.php,*.php5,*.php4,*.inc}]
|
||
|
indent_style=tab
|
||
|
tab_width=4
|
||
|
|
||
|
[*.less]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|
||
|
[*.scss]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|
||
|
[{*.yml,*.yaml}]
|
||
|
indent_style=space
|
||
|
indent_size=2
|
||
|
|