20 lines
304 B
INI
20 lines
304 B
INI
[*.jsx]
|
|
indent_style=space
|
|
indent_size=2
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.js]
|
|
indent_style=space
|
|
indent_size=2
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.css]
|
|
indent_style=space
|
|
indent_size=2
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.html.template]
|
|
indent_style=space
|
|
indent_size=2
|
|
trim_trailing_whitespace = true
|