Skip to content

Commit

Permalink
feat: add default editor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
agoncal committed Nov 16, 2023
1 parent 4af6ace commit 2886da1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4

[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
indent_size = 2

[{*.js,*.ts}]
indent_size = 2

[{*.yaml,*.yml}]
indent_size = 2

0 comments on commit 2886da1

Please sign in to comment.