Skip to content

Instantly share code, notes, and snippets.

@cnaa97
Created June 12, 2019 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cnaa97/d39ec44f0bbf372cedd095c92731e639 to your computer and use it in GitHub Desktop.
Save cnaa97/d39ec44f0bbf372cedd095c92731e639 to your computer and use it in GitHub Desktop.
# EditorConfig is awesome: https://EditorConfig.org
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
# use utf-8 as default charset for scripts and styles
[*.{js,css,less}]
charset = utf-8
[**.js]
indent_style = space
tab_width = 2
indent_size = 2
quote_type = double
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment