DefinitelyTyped/.editorconfig
Dmitry Demensky 328cfb31e9 Simplify .editorconfig & .prettierrc.json (#37400)
* Simplify .editorconfig & .prettierrc.json

* Update `"trailingComma"` to `"all"`. Remove md indent_size
2019-08-06 15:35:47 -07:00

9 lines
136 B
INI

root = true
[*]
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
indent_style = space