Skip to content

Instantly share code, notes, and snippets.

@medfreeman
Created August 18, 2022 22:09
Show Gist options
  • Select an option

  • Save medfreeman/09f580eb334389c711bfefddd890dcc3 to your computer and use it in GitHub Desktop.

Select an option

Save medfreeman/09f580eb334389c711bfefddd890dcc3 to your computer and use it in GitHub Desktop.
# http://editorconfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
# Keep whitespace in markdown files
[*.{md,mdx}]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment