Skip to content

Instantly share code, notes, and snippets.

@delta1
Created May 12, 2016 14:04
Show Gist options
  • Save delta1/3e8b1ab3d0ca0631f1532ec1b77eda07 to your computer and use it in GitHub Desktop.
Save delta1/3e8b1ab3d0ca0631f1532ec1b77eda07 to your computer and use it in GitHub Desktop.
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
# JS files
[{package.json, *.js}]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment