Skip to content

Instantly share code, notes, and snippets.

@pigeonfresh
Created November 4, 2019 17:59
Show Gist options
  • Save pigeonfresh/2be862698730133d4393ef1efc4e0e44 to your computer and use it in GitHub Desktop.
Save pigeonfresh/2be862698730133d4393ef1efc4e0e44 to your computer and use it in GitHub Desktop.
Create React App Base Files
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
quote_type = single
max_line_length = 100
{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment