Skip to content

Instantly share code, notes, and snippets.

@JParkinson1991
Created April 23, 2020 10:52
Show Gist options
  • Save JParkinson1991/30a59bc5d7d55ba514d4d90cafe0be59 to your computer and use it in GitHub Desktop.
Save JParkinson1991/30a59bc5d7d55ba514d4d90cafe0be59 to your computer and use it in GitHub Desktop.
Base File: .editorconfig
# This is the top-most .editorconfig file; do not search in parent directories.
root = true
# Default configuration
[*]
end_of_line = LF
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment