Skip to content

Instantly share code, notes, and snippets.

@peterbartha
Last active November 4, 2022 12:46
Show Gist options
  • Save peterbartha/16fd6a0bfeeaa1bb6585d9e7604b2c1e to your computer and use it in GitHub Desktop.
Save peterbartha/16fd6a0bfeeaa1bb6585d9e7604b2c1e to your computer and use it in GitHub Desktop.
My go-to .editorconfig file
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[**.{md,mdx,mkd,markdown}]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment