Skip to content

Commit

Permalink
chore: add editorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Aug 13, 2021
1 parent 8625706 commit 470101d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorConfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[*]
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[{*.css,*.scss}]
indent_size = 4

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

0 comments on commit 470101d

Please sign in to comment.