Skip to content

Commit

Permalink
EditorConfig: 2 space indent (puppeteer#195)
Browse files Browse the repository at this point in the history
This patch updates editor config to use 2 spaces
  • Loading branch information
ebidel authored and aslushnikov committed Aug 3, 2017
1 parent 6c16312 commit 211c372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down

0 comments on commit 211c372

Please sign in to comment.