From 99bea91e959f92df4180d5489540e31627f6a660 Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Sat, 7 May 2022 14:32:14 -0400 Subject: [PATCH] chore(terraform): auto-applied ".editorconfig" [skip ci] this file was auto-applied from the "github-common-files" module located here: - https://github.com/lrstanley/.github/tree/master/terraform/github-common-files instructions on how to tell Terraform to exclude this file: - https://github.com/lrstanley/.github/blob/master/example.ci-config.yml Signed-off-by: Liam Stanley --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7318f11..6df59d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,7 +22,7 @@ indent_size = 4 [*.md] trim_trailing_whitespace = false -[*.{md,py,sh,yml,yaml,js,ts,vue}] +[*.{md,py,sh,yml,yaml,js,ts,vue,css}] max_line_length = 105 [*.{yml,yaml,toml}] @@ -36,8 +36,8 @@ insert_final_newline = ignore max_line_length = 140 indent_size = 2 -[*.{js,ts,vue}] -indent_size = 4 +[*.{js,ts,vue,css}] +indent_size = 2 [Makefile] indent_style = tab