Skip to content

Instantly share code, notes, and snippets.

@borekb
Created November 18, 2015 23:57
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 borekb/8b8ac66e27bc2023907c to your computer and use it in GitHub Desktop.
Save borekb/8b8ac66e27bc2023907c to your computer and use it in GitHub Desktop.
Default .editorconfig
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{js,json}]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment