Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Adding a generic .editorconfig. https://editorconfig.org/ (#51)
Browse files Browse the repository at this point in the history
Should be no affect on this repo, but I am trying out a thing where we put the same config in every repo.
  • Loading branch information
ryanking authored May 13, 2020
1 parent 0ca2615 commit 50604f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ indent_style = tab
[*.yml]
indent_style = space
indent_size = 2

[*.tf]
indent_stype = space
indent_size = 2

0 comments on commit 50604f9

Please sign in to comment.