editorconfig: add formatting config for TOML files

This commit is contained in:
Gabriel Arazas 2023-08-01 17:30:50 +08:00
parent 59bd69691b
commit 58783820cf
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -4,6 +4,6 @@ root = true
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
[*.{nix,yaml,json,tf}] [*.{nix,yaml,json,toml,tf}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2