Skip to content

Commit

Permalink
Merge pull request #15 from MetroStar/feature/editorconfig-file
Browse files Browse the repository at this point in the history
Added EditorConfig file
  • Loading branch information
LuisdelaVega authored Aug 1, 2023
2 parents d955c08 + 0f1dea1 commit 76fe837
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["editorconfig.editorconfig"]
}

0 comments on commit 76fe837

Please sign in to comment.