Skip to content

Commit

Permalink
feat: Rename files and added editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Martín García committed Aug 25, 2024
1 parent 2a5aeea commit b06f0a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.{tf,tfvars}]
Expand All @@ -29,6 +28,8 @@ trim_trailing_whitespace = false
[*.{yaml,yml,json,jsonc}]
indent_style = space
indent_size = 2
max_line_length = 0
insert_final_newline = true

[Dockerfile*]
indent_style = space
Expand Down

0 comments on commit b06f0a6

Please sign in to comment.