Skip to content

Instantly share code, notes, and snippets.

@Landerson352
Created September 15, 2019 23:00
Show Gist options
  • Save Landerson352/69660a6682e2223ed3704959f2351de2 to your computer and use it in GitHub Desktop.
Save Landerson352/69660a6682e2223ed3704959f2351de2 to your computer and use it in GitHub Desktop.
A starter .editorconfig file.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment