Skip to content

Commit

Permalink
Add .editorconfig (#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Oct 21, 2020
1 parent 8e4479c commit b91ef34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
max_line_length = 120
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 0 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 120,
"proseWrap": "always",
"quoteProps": "consistent",
"trailingComma": "es5"
Expand Down

0 comments on commit b91ef34

Please sign in to comment.