Skip to content

Instantly share code, notes, and snippets.

@sryze
Created January 5, 2022 12:10
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 sryze/457de4619fa8962d543ae6edc041754b to your computer and use it in GitHub Desktop.
Save sryze/457de4619fa8962d543ae6edc041754b to your computer and use it in GitHub Desktop.
Base EditorConfig config
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment