From 58783820cfa16079631fe539d34039e7ddfd7302 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 1 Aug 2023 17:30:50 +0800 Subject: [PATCH] editorconfig: add formatting config for TOML files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d7c9e174..55fc0313 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,6 @@ root = true end_of_line = lf insert_final_newline = true -[*.{nix,yaml,json,tf}] +[*.{nix,yaml,json,toml,tf}] indent_style = space indent_size = 2