mirror of
https://github.com/danog/ytop.git
synced 2024-11-26 12:04:50 +01:00
22 lines
316 B
INI
22 lines
316 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{js,jsx,ts,tsx,html,php,vim,toml,yml,json}]
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
|
|
[Makefile,*.go]
|
|
indent_style = tab
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|