mirror of
https://github.com/bower/bower.git
synced 2026-01-13 16:28:05 -05:00
20 lines
288 B
INI
20 lines
288 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[**.std]
|
|
insert_final_newline = false
|
|
|
|
[{package,bower}.json]
|
|
indent_style = space
|
|
indent_size = 2
|