Skip to content

Commit

Permalink
update project config files
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-nicolaos committed Mar 28, 2020
1 parent b3d99e9 commit b9f6b6f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
11 changes: 0 additions & 11 deletions .prettierrc.json

This file was deleted.

10 changes: 10 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
arrowParens: avoid
bracketSpacing: true
endOfLine: lf
printWidth: 80
quoteProps: as-needed
semi: true
singleQuote: false
tabs: false
tabWidth: 2
trailingComma: all
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"deno.enable": true,
"deno.import_map": "import_map.json",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}

0 comments on commit b9f6b6f

Please sign in to comment.