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 <[email protected]>
  • Loading branch information
lrstanley committed Dec 22, 2022
1 parent 6cbe2d7 commit ed79708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,css}]
[*.{md,py,sh,yml,yaml,cjs,js,ts,vue,css}]
max_line_length = 105

[*.{yml,yaml,toml}]
Expand All @@ -36,7 +36,7 @@ insert_final_newline = ignore
max_line_length = 140
indent_size = 2

[*.{js,ts,vue,css}]
[*.{cjs,js,ts,vue,css}]
indent_size = 2

[Makefile]
Expand Down

0 comments on commit ed79708

Please sign in to comment.