mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Simplify .editorconfig & .prettierrc.json * Update `"trailingComma"` to `"all"`. Remove md indent_size
9 lines
136 B
INI
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
|