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 27bfc49 commit f3d1f58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100

[*.tf]
indent_size = 2
Expand All @@ -21,7 +22,7 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = false

[*.{md,py,sh,yml,yaml}]
[*.{md,py,sh,yml,yaml,js,ts,vue}]
max_line_length = 105

[*.{yml,yaml,toml}]
Expand All @@ -32,8 +33,12 @@ indent_size = 2
insert_final_newline = ignore

[*.html]
max_line_length = 140
indent_size = 2

[*.{js,ts,vue}]
indent_size = 4

[Makefile]
indent_style = tab

Expand Down

0 comments on commit f3d1f58

Please sign in to comment.