Skip to content

Instantly share code, notes, and snippets.

@JBlond
Created February 25, 2019 14:38
Show Gist options
  • Save JBlond/36e9f2fa329cd4011935c8bb9d79614f to your computer and use it in GitHub Desktop.
Save JBlond/36e9f2fa329cd4011935c8bb9d79614f to your computer and use it in GitHub Desktop.
.editorconfig
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[{composer.json,package.json,.travis.yml}]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment