SteamBadges/.editorconfig

25 lines
331 B
INI
Raw Normal View History

2023-01-04 14:22:06 +03:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
indent_style = space
indent_size = 2
2023-01-04 15:24:10 +03:00
[*.json]
indent_style = tab
indent_size = 4
[package.json]
indent_style = space
indent_size = 2
2023-01-04 14:22:06 +03:00
[*.md]
trim_trailing_whitespace = false