diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 8c9ed68c2..9ecfaa1c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{graphql,js,json,nix,ts,tsx,yaml,yml}] +[*.{graphql,js,json,nix,toml,ts,tsx,yaml,yml}] indent_size = 2 [{Makefile,go.mod,go.sum,*.go}] |