Files
typeshed/.editorconfig

15 lines
212 B
INI

root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
end_of_line = lf
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.{py,pyi,toml,json}]
indent_size = 4