Skip to content

Instantly share code, notes, and snippets.

@goququ
Created November 23, 2022 18:20
Show Gist options
  • Save goququ/59fdce16ad845a048c06733df8fbcb83 to your computer and use it in GitHub Desktop.
Save goququ/59fdce16ad845a048c06733df8fbcb83 to your computer and use it in GitHub Desktop.
My .editorconfig
root = true
[*.md]
trim_trailing_whitespace = false
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
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