Skip to content

Commit

Permalink
chore(terraform): auto-applied ".editorconfig" [skip ci]
Browse files Browse the repository at this point in the history
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 <me@liamstanley.io>
  • Loading branch information
lrstanley committed May 7, 2022
1 parent aa70f4c commit 96757fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand All @@ -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
Expand Down

0 comments on commit 96757fe

Please sign in to comment.