mirror of
https://github.com/chenasraf/schemastore.git
synced 2026-05-17 17:58:02 +00:00
Add TOML to editor-config (#2373)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user