Skip to content

Commit

Permalink
Use standard PostCSS .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 1, 2017
1 parent e78a382 commit d1ebc9d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .editorconfig
Expand Up @@ -2,14 +2,11 @@ root = true


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


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

[*.css]
indent_size = 4

0 comments on commit d1ebc9d

Please sign in to comment.