Skip to content

Instantly share code, notes, and snippets.

@JoshM1994
Created November 2, 2019 00:02
Show Gist options
  • Save JoshM1994/6c19fba91e4d48eafc2037c8e95130e5 to your computer and use it in GitHub Desktop.
Save JoshM1994/6c19fba91e4d48eafc2037c8e95130e5 to your computer and use it in GitHub Desktop.
Editor Configuration for JavaScript projects
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment