Skip to content

Instantly share code, notes, and snippets.

@swiftcoffee
Created May 7, 2019 18:44
Show Gist options
  • Save swiftcoffee/e8342b744fe6edecfdbe41ddfa8cefe6 to your computer and use it in GitHub Desktop.
Save swiftcoffee/e8342b744fe6edecfdbe41ddfa8cefe6 to your computer and use it in GitHub Desktop.
EditorConfig for JavaScript
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment