1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-26 20:15:03 +01:00
ytop/.editorconfig

22 lines
316 B
INI
Raw Normal View History

2019-07-27 05:23:03 +02:00
root = true
[*]
end_of_line = lf
charset = utf-8
2019-07-30 07:17:02 +02:00
insert_final_newline = true
2019-07-27 05:23:03 +02:00
indent_style = tab
2019-07-30 06:56:08 +02:00
indent_size = 4
2019-07-27 05:23:03 +02:00
trim_trailing_whitespace = true
2019-07-30 07:17:02 +02:00
[*.{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