commit 9f219df13b14afb8bb93bc82a684b069e652a4e3 parent fe8c2ca8586ee965c4b5be833442b89f17ef724c Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Tue, 26 Apr 2022 01:47:32 -0500 Added toml to editorconfig Diffstat:
| M | home/.editorconfig | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/home/.editorconfig b/home/.editorconfig @@ -40,6 +40,6 @@ max_line_length = 79 indent_style = space indent_size = 2 -[*.{json,yml}] +[*.{json,yml,yaml,toml}] indent_style = space indent_size = 2