You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For more information about the properties used in# this file, please see the EditorConfig documentation:# http://editorconfig.org/root = true[*]charset = utf-8end_of_line = lfindent_size = 4indent_style = spaceinsert_final_newline = truetrim_trailing_whitespace = true[*.md]trim_trailing_whitespace = false[{.travis.yml,package.json}]# The indent size used in the `package.json` file cannot be changed# https://github.com/npm/npm/pull/3180#issuecomment-16336516indent_size = 2indent_style = space