Skip to content

Commit

Permalink
feat: add editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
nhancv committed Apr 20, 2021
1 parent 78a3664 commit 6c36c17
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 303 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
max_line_length = 120

[**/**.{dart, yaml}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
Loading

0 comments on commit 6c36c17

Please sign in to comment.