Skip to content

Commit

Permalink
format config
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Jul 20, 2022
1 parent 84ab51b commit a78070d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# http://editorconfig.org
root = true

[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml,*.yaml]
indent_style = space
indent_size = 2
5 changes: 4 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
{
"useTabs": true,
"tabWidth": 2
}

0 comments on commit a78070d

Please sign in to comment.