Add TOML to editor-config (#2373)

This commit is contained in:
Laurie O
2022-07-26 02:41:51 +10:00
committed by GitHub
parent 83e5a6cdc3
commit bc08e3b7f5

View File

@@ -1,12 +1,12 @@
root=true
[*.{json,md,yml,yaml}]
[*.{json,md,toml,yml,yaml}]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
[*.{json,toml}]
indent_style = space
indent_size = 2